Forum Discussion
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?
2 Replies
- v-lid-msftCommunity Support
Hi 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. - v-lid-msftCommunity Support
Hi Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?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.