Forum Discussion
cottrera
Post Prodigy
4 years agoCount unique values if > 1
Hi I have a table that contains Property ref, Trad, Supplier and unique. The unique is a concatenation of Property-Trade-SupplierI have a report that filters by Suppplier. I am tryng to count th...
- 4 years ago
Hi,
Please check the below picture and the attached pbix file.
Countrows meausre greater than one: = COUNTROWS ( SUMMARIZE ( FILTER ( Data, [Countrows measure:] > 1 ), Data[Unique] ) )
cottrera
Post Prodigy
4 years agoGreat thank you for your quick resonse 😀