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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Project dashboard

Hi - I am attempting to create a dashboard that allows a user to compare the company value in each region with a stacked column chart. I've attached an image of what I am trying to do from an Excel worksheet. My data is in the same form as columns A-C, columns O-P are supposed to illustate two slicers and the charts show before and after the entries in the slicers are selected. So to summarise the two features:
1. using a slicer allowing the user to add potential future projects, increasing value in respective region.
2. In addition, I would like to add another slicer for hedges that would reduce the existing company value by the amount of the hedge in a specific region and add the value of the hedge on top of the stacked graph.
So far, with help from someone else on this forum, I have been able to do something like what was explained in this link here:
https://community.powerbi.com/t5/Desktop/Is-there-a-way-to-only-apply-a-filter-on-a-specific-subset-...

I guess my problem is that when selecting the Hedges via the slicer, I would like the total value of Operational to be reduced by the total value of the selected Hedges, then have the absolute value of the Hedges stacked on top of the Operational value (like Region E below).
Hope this makes sense

Untitled.jpg

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

So you want to get the reverse of selected value and display on the total side?
If this is a case, I'd like to suggest you use values and except function to get the reverse of selected value, then you can simply do aggregate and absolute on these values.

DAX EXCEPT function 

If you confused about coding formula, please share some dummy data with a similar data structure for test.

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

So you want to get the reverse of selected value and display on the total side?
If this is a case, I'd like to suggest you use values and except function to get the reverse of selected value, then you can simply do aggregate and absolute on these values.

DAX EXCEPT function 

If you confused about coding formula, please share some dummy data with a similar data structure for test.

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors