Forum Discussion
KerwenZhang
7 years agoFrequent Visitor
How to display multiple variables in one chart
Hi I'm a beginner of Power BI. I try to display some general information of one product:
| Code Analysis | 50% |
| Build Rate | 90% |
| BAT Rate | 20% |
| Other1 | 50% |
Could I dispaly them in one chart? I try to use Donut Chart, but the display is not what I expected. Every area should keep same size. Is there any other control chart I can use? Thanks!
2 Replies
- v-yuta-msftCommunity Support
You can change the aggregation type from sum to count and then create a custom tooltip page link to the current page.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- KerwenZhangFrequent Visitor
v-yuta-msft Thanks, after I change the aggregation type from sum to count, how to display the actual data in label?