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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
divsforeal
Frequent Visitor

Controlling multiple filter selections on same table using DAX

i have a scenario where there are two slicers from the same table. I want to ignore filters applied on Slicer2 on any measures or calculated columns created using Slicer1. and Vice Versa.

Refer to the image below, any selection made on Col A, should not affect any measures or calculated columns related to Col B.  

Please note Col A and Col B are from the same table.

 

MicrosoftTeams-image (2).png

We are trying to visualize the comparison of two dimensions (event Title), by displaying side by side the two dimensions (Event Title) and their respective facts. In order to accomplish this, measures/DAX need to be created in such a way that the filter selection (of dimensions) is mutually exclusive on the DAX.

All filters are getting applied, unable to isolate the filter application on DAX . I used functions like all except, All, removefilters options and they didn’t work as expected.

Currently using this DAX to calculate Total Spend;

 

Total Spend for ColB = CALCULATE(SUM(Table1[Actual Total Cost]), REMOVEFILTERS(Table1[Col A]))
 
 
Need some help here. 
 
Thanks in Advance.
 
 

 

2 REPLIES 2
FreemanZ
Community Champion
Community Champion

Thank you. Edit Interactions functionality only works with independant visuals like summary cards. 

In my scenario we are using a table visual that contains both Col A and Col B related information.

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.