This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |