Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
58 | |
35 | |
34 |
User | Count |
---|---|
99 | |
59 | |
56 | |
46 | |
40 |