Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Combo clustered Bar chart with One bar subdivided into different categories?

Hello All,

 

msantos90_0-1722956412018.png

 

Currently I have combo clustered bar chart in Power BI that looks like this. I recreated it in excel. Each bar catergory and line are measures against 2 tables that look like this. 

 

Stock= sumx(stock)

Desired = sumx(Desired)

Delta = stock - Desired

 

Month Stock Category
183A
230A
333A
443A
549A
64A
774A
843A
116B
248B
323B
445B
515B
614B
75B
845B

 

Month Desired
1100
2100
3100
4100
5100
6100
7100
8100

 

Is there a way to customize the first column to show the breakdown of A and B but A and B are stacked? 

 

 

msantos90_4-1722957387156.png

 

I think this may be impossible but I was wondering if there were other solutions out there or potentially other ways to visualize this.

 

 

 

 

 

2 ACCEPTED SOLUTIONS
qqqqqwwwweeerrr
Super User
Super User

Hi @Anonymous 

 

this may not be exact solution but with some modifications you can achieve that: https://youtu.be/mJzDllAw4G4 

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem

Regards

View solution in original post

Anonymous
Not applicable

I ended up using python with matplotlib and embeded into my Power BI report. I referenced the article below to get the multiple column and stacked columns. It's a little clunky and time consuming to make but very customizable which think I will need for future iterations of the report. 

 

https://gist.github.com/ctokheim/6435202a1a880cfecd71

 

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

I ended up using python with matplotlib and embeded into my Power BI report. I referenced the article below to get the multiple column and stacked columns. It's a little clunky and time consuming to make but very customizable which think I will need for future iterations of the report. 

 

https://gist.github.com/ctokheim/6435202a1a880cfecd71

 

 

qqqqqwwwweeerrr
Super User
Super User

Hi @Anonymous 

 

this may not be exact solution but with some modifications you can achieve that: https://youtu.be/mJzDllAw4G4 

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem

Regards

Anonymous
Not applicable

This is a great solution and very clever, I ended up using python using matplotlib but I will be using this in the future.

lbendlin
Super User
Super User

Familiarize yourself with the Deneb visual.  It's not trivial to implement your logic, but possible.  Make sure your users understand what they are looking at. (What's the point of the "Desired" column?  That could be a y axis constant line)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors