Forum Discussion
Donut chart format
Hello i have a list where productivity is converted into text - I need to plot it in a donut chart - so the donut chart needs to show good is 60% and Bad 20% and okay 20%. Please help. Thanks
Name Type
Emp a. Good
Emp b. Good
emp c. Good
emp d. Bad
emp e Okay
4 Replies
- AnonymousNot applicable
Hi houstonking
Put the Type field in legend and the name field in values.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- houstonkingNew Member
when i drag it to legend it does not take it but goes to tooltip
- AnonymousNot applicable
Hi houstonking
Since I can't reproduce the problem you mentioned, can you provide detailed sample pbix file and the results you expect.So that I can help you better. Please remove any sensitive data in advance.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Ashish_MathurSuper User
Hi,
Write this measure and drag it to the chart
Measure = divide(countrows(Data),calculate(countrows(Data),all(Data[Name])))