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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sabilahmed
Resolver I
Resolver I

Ignore Page Filter in Measure

I have created the following cards at the top of my report:

sabilahmed_0-1666177934685.png

I have added a Page level filter on NET SALES:

 

sabilahmed_1-1666178021624.png

Level 1 is a hierarchy and Sales exists within Net Sales hence why the card visual has not gone BLANK.

 

But my other cards from Sales + Open Orders to Contribution Margin have gone blank. I have tried using REMOVEFILTERS as below:

 

Sales + Open Orders = CALCULATE(
    [Amount],
    'Profitability Account'[Description] = "Sales + Open Orders",
    REMOVEFILTERS('Profitability Account'[Description])
)

 

I even added Level 1 in remove filters but that doesn't work either. How can I fix this?

 

Thanks,

S

1 REPLY 1
JorgePinho
Solution Sage
Solution Sage

I suggest you to use ALL(). Check it out here: https://learn.microsoft.com/en-us/dax/all-function-dax

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.