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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors