cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Mortiq
Regular Visitor

Stacked column chart that ignores certain filters

Hi guys,

 

I'd like to compare actuals with a target, using a stacked column chart.

 

The target values should always remain the same, but the actuals should be changed depending on the filter settings for the category column.

 

This is the data table I am working with.

Mortiq_0-1661240546118.png

 

This is what the chart looks like when no category filter is applied.

Mortiq_1-1661240998586.png

 

This is what the chart is supposed to look like when the category filter is set to 2. You can see that the target values remain the same, only the actuals change.

Mortiq_2-1661241105880.png

 

This is what the chart actually looks like. 

Mortiq_3-1661241136978.png

 

How do I make this work? I have tried using CALCULATE() and SUM() to no avail and tried using two visuals, but the borders are just too big. 

Thanks for any tips for a newbie. 🙂

4 REPLIES 4
amitchandak
Super User
Super User

@Mortiq , Create an independent table for the category and use that to filter category

 

calculate(Sum(Table[Cost]), filter(Table, [Actual vs Target] ="Actual" && [Category] in values(category[category]) ))

 

calculate(Sum(Table[Cost]), filter(Table, [Actual vs Target] ="Target"))

 

 

@amitchandak  Thanks for the quick reply.
I created an independent table and defined two measures, but the results are the same as before.

And how would I use two measures to display in one stacked column chart?

Actuals = CALCULATE(sum(tbl_costs_actual_vs_target[Costs]),FILTER(tbl_costs_actual_vs_target,tbl_costs_actual_vs_target[Actual or Target]="Actual" && tbl_costs_actual_vs_target[Category] in values(tbl_Category[Category])))

Target = CALCULATE(sum(tbl_costs_actual_vs_target[Costs]),FILTER(tbl_costs_actual_vs_target,tbl_costs_actual_vs_target[Actual or Target]="Target"))

 

@Mortiq , In Stack use axis and two measure, no legend, that should work

That did not work, for some reason, but I found a way to make the background of the visual transparent and that did the trick just fine.

Thanks nonetheles! 🙂

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors