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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors