Forum Discussion
Anonymous
7 years agoNot applicable
Count with filters
Hi, I've been trying to find a solution with the below scenario. I hope someone can help. I have the following data: Name Local Grade Country Salameh, Mario Partner USA Berli...
- 7 years ago
Anonymous
Something like this may be
Measure = DIVIDE ( COUNT ( Table1[Country] ), CALCULATE ( COUNT ( Table1[Country] ), ALL ( Table1[Local Grade] ) ) )
Zubair_Muhammad
7 years agoCommunity Champion
Anonymous
Something like this may be
Measure =
DIVIDE (
COUNT ( Table1[Country] ),
CALCULATE ( COUNT ( Table1[Country] ), ALL ( Table1[Local Grade] ) )
)