I’m trying to count all the “No Vendor Name” entries from my transaction list but keep getting this error that the Property is not unique. Final Vendor Name property in the transaction list cannot be unique since there are multiple transactions under the same vendor.
assuming your dimension is named ‘Final Vendor Name’, otherwise, write the dimension block name instead.
Hope it helps.
Best, Benoit
Hi Benoit, Thank for your suggestion. The property is resolved now.
But I’m not getting the correct COUNT of “No Vendor Name” for this formula. The count that I get from manually applying filters in the transaction list is different from this formula.
Am I missing anything else to add in here to arrive at the correct count?
If you want the count, you’re not even forced to do an IF, you can just filter your list to have the count of the desired items, which would be more performant.