The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have the following data:
Key IssueKey IssueStatus
1 2 Done
1 3 Done
1 4 Design
1 5 Development
1 6 Development
1 7 Development
2 88 Backlog
2 89 Development
I'm trying to use a clustered bar chart and need to show the Key on the Y-Axis and the X-Axis would have the different IssueStatuses broken down within the bar, for example I would have the following(sorry for the rough drawing, but the bar itself would contain each status for each key:
1 | Done | Design|Development |
2 | Backlog|Development|
Thanks
Solved! Go to Solution.
All, I solved it by switching from a Clustered Bar Chart to a Stacked Bar Chart.
Thanks for your help.
Yes, a clustered bar chart can show multiple values by using a stacked bar format. To display different IssueStatus values for each Key, you should:
This setup will break down each bar by IssueStatus, giving you a clear visual representation of the data. Just as Surah Al-Waqiah surah-al-waqiah.com guides with structured clarity, this approach will help you effectively present your data. Hope this helps!
All, I solved it by switching from a Clustered Bar Chart to a Stacked Bar Chart.
Thanks for your help.
Hi @EaglesTony
You can try putting the fields into the corresponding visual areas.
Result:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @EaglesTony,
Yes, a clustered bar chart can show more than one value, and you can use it to represent different categories (in your case, IssueStatus) within a single Key.
You need to calculate the count of each IssueStatus for each Key.
CountIssues = COUNTROWS('Table')
Hope this helps!
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |