Forum Discussion
Anonymous
7 years agoNot applicable
Measure with filters
Hi, I want a measure that gives me the distinct count of Client ID that have 2 or more products. My table looks like this: Client ID Total products Date 1 1 8/30/2019 2 1 8/30/...
- 7 years ago
Hi,
Try this measure
=CALCULATE(DISTINCTCOUNT(Data[Client ID]),Data[Total Products]>=2)
Hope this helps.
Nathaniel_C
Community Champion
7 years agoHi Anonymous ,
This should do it for you. My table is 'Table'
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel