Forum Discussion
flaviobdsti
4 years agoHelper I
Count grouped data
Hello guys! I need a little help. I searched before posting, but didn't find anything that could help me... I have the following data: Code Product Amount 11 Apple 1,000 23 A...
- 4 years ago
Hi,
I am not sure how your desired outcome looks like, but please try to write below measure and put it into the card visualization.
Distinct count measure: = COUNTROWS ( VALUES ( 'Tablename'[Code] ) )
Jihwan_Kim
4 years agoSuper User
Hi,
I am not sure how your desired outcome looks like, but please try to write below measure and put it into the card visualization.
Distinct count measure: =
COUNTROWS ( VALUES ( 'Tablename'[Code] ) )
flaviobdsti
4 years agoHelper I
Thank you very much! It worked!