Forum Discussion
Anonymous
7 years agoNot applicable
DISTINCTCOUNT with FILTERED MEASURE
Hi there, I am quite new to PowerBI and still struggling to understand the calculations performed behind the functions. Commited to learn thought! :) My struggle right now is the following. I...
- 7 years ago
Anonymous
try this alternative
Unique Customers, +50% Books (#) = COUNTROWS ( FILTER ( VALUES ( 'Sales'[CustomerID] ), [BookPurchases (%)] >= 0.5 ) )
Zubair_Muhammad
Community Champion
7 years agoAnonymous
try this alternative
Unique Customers, +50% Books (#) =
COUNTROWS (
FILTER ( VALUES ( 'Sales'[CustomerID] ), [BookPurchases (%)] >= 0.5 )
)
- Anonymous7 years agoNot applicable
It does work! Thanks :)