Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
102 | |
68 | |
66 | |
52 | |
41 |
User | Count |
---|---|
159 | |
82 | |
65 | |
64 | |
61 |