Forum Discussion
Anonymous
6 years agoNot applicable
Count How Many Splits in a Donut Chart
I have a donut chart that shows the top 10 performing employees; in some divisions however there are only 3 or 4 employees for example. How can I count how many splits the donut chart has?
v-lid-msft
Community Support
6 years agoHi Anonymous ,
We can create a measure with DISTINCTCOUNT function and put it into a card visual to meet your requirement:
TotalCount = DISTINCTCOUNT ( 'Table'[ID] )
If it doesn't meet your requirement, kindly share your sample data and expected result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.