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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Bry2k
New Member

Selective Removing of Page level Filters

Bry2k_0-1657632985640.png

Hello,

 

I've inheritied a PowerBI project.

 

On the Dashboard Tab, there are multiple filters effecting calculations across all the elements in the tab.

 

I would like to add a calculation which excludes one filter but keeps all the other filters that have been applied.

 

Cheers,

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi

 

Depending on the measure you can use either the REMOVEFILTERS() or the ALL() function to remove filters from the filter contex. Something like this:

 

CALCULATE(
    [Measure],
    --below the column you want to remove the filter
    ALL('Table'[column])
)

 

Bellow some documentation on both functions:

https://docs.microsoft.com/en-us/dax/removefilters-function-dax

https://docs.microsoft.com/en-us/dax/all-function-dax

View solution in original post

3 REPLIES 3
johncolley
Solution Sage
Solution Sage

Hi @Bry2k , you could also use Edit Iteractions to make sure the one filter doesn't apply to your new calculation: https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions?tabs=po... 

Anonymous
Not applicable

Hi @Bry2k,

Did the above suggestion help with your scenario? if that is the case, you can consider Kudo or Accept the suggestion to help others who faced similar requirements.

If these also don't help, please share more detailed information to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Hi

 

Depending on the measure you can use either the REMOVEFILTERS() or the ALL() function to remove filters from the filter contex. Something like this:

 

CALCULATE(
    [Measure],
    --below the column you want to remove the filter
    ALL('Table'[column])
)

 

Bellow some documentation on both functions:

https://docs.microsoft.com/en-us/dax/removefilters-function-dax

https://docs.microsoft.com/en-us/dax/all-function-dax

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors