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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Vanessa250919
Helper V
Helper V

stacked color chart with multi value

Hello all,

 

I need one chart stacked with multi value,  it's possible ? 

in my example i will need a comparison between the blue bar and another bar which adds the pink and the green, but i need to see in this bar the difference between the yellow and green? Do you have a solution ? thank you very much.

 

Vanessa250919_0-1639646067117.png

 

 

 

 

 

1 ACCEPTED SOLUTION
v-cazheng-msft
Community Support
Community Support

Hi @Vanessa250919 

 

You may consider these two workarounds.

1 Use Line and clustered column chart

Create a Calculated column to re-catalog data

NewCatalog = IF('Table'[Catalog]="PAK REEL AVG"||'Table'[Catalog]="PAK REST AVG","PAK REEL AVG&PAK REST AVG",'Table'[Catalog])

 

Create a Measure to add values of pink and green

PAK REST AVG = SUMX(FILTER('Table','Table'[Catalog]="PAK REST AVG"),'Table'[Amt])

 

Then, create visual with them. Chart will look like this:

vcazhengmsft_0-1639989791804.png

 

2 Use Clustered Stacked Bar Chart. This chart is provided by third-party and some features may need additional purchase. For more details, please refer Clustered Stacked Bar Chart.

Import Clustered Stacked Bar Chart from AppSource

vcazhengmsft_1-1639989791809.png

 

Create visual with it. Visual should look like this.

vcazhengmsft_2-1639989791819.png

 

For more details, you may refer the attached pbix file.

 

Best Regards,

Community Support Team _ Caiyun

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. If you still have problems on it or I misunderstand your needs, please feel free to let us know. Thanks a lot!

 

View solution in original post

3 REPLIES 3
v-cazheng-msft
Community Support
Community Support

Hi @Vanessa250919 

 

You may consider these two workarounds.

1 Use Line and clustered column chart

Create a Calculated column to re-catalog data

NewCatalog = IF('Table'[Catalog]="PAK REEL AVG"||'Table'[Catalog]="PAK REST AVG","PAK REEL AVG&PAK REST AVG",'Table'[Catalog])

 

Create a Measure to add values of pink and green

PAK REST AVG = SUMX(FILTER('Table','Table'[Catalog]="PAK REST AVG"),'Table'[Amt])

 

Then, create visual with them. Chart will look like this:

vcazhengmsft_0-1639989791804.png

 

2 Use Clustered Stacked Bar Chart. This chart is provided by third-party and some features may need additional purchase. For more details, please refer Clustered Stacked Bar Chart.

Import Clustered Stacked Bar Chart from AppSource

vcazhengmsft_1-1639989791809.png

 

Create visual with it. Visual should look like this.

vcazhengmsft_2-1639989791819.png

 

For more details, you may refer the attached pbix file.

 

Best Regards,

Community Support Team _ Caiyun

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. If you still have problems on it or I misunderstand your needs, please feel free to let us know. Thanks a lot!

 

Hello, 

 

I'm sorry but I'm in holliday ! 

 

A try to test your solution and I have one error message :

 

Vanessa250919_0-1641379204779.png

 

VahidDM
Super User
Super User

Hi @Vanessa250919 

 

Can you post sample data as text and expected output?
Not enough information to go on;

please see this post regarding How to Get Your Question Answered Quickly:
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
4. Relation between your tables

Appreciate your Kudos!!
LinkedIn:www.linkedin.com/in/vahid-dm/

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.