Forum Discussion

cottrera's avatar
cottrera
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

Count 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...
  • Jihwan_Kim's avatar
    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] )
    )