Forum Discussion
anoop_ellickal
8 years agoNew Member
Count the occurrence of values (Text) in a column
I have a column like this
mango
orange
mango
grape
orange
mango
orange
mango
apple
need an out put like
mange 4
orange 3
Grape 1
Apple 1
3 Replies
- quentin_vigne
Solution Sage
Add a multiple card box with your fruit column.
It will display every distinct fruit name
Then create a new measure :
Mesure_CountGlobal = COUNTROWS(YourTable[Fruit])
Add this measure to your multiple card box.
And now you have a count for each value !
- Quentin
- anoop_ellickalNew Member
Thanks you for your support
I can only add table not the fields
COUNTROWS(YourTable)
this is the problem I am facing
- v-chuncz-msft
Community Support