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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Ignore page level filter

Hi,

 

My measure is not showing because there are some page level filters activated. Removing the filters is not an option.

 

I tried to ignore the filters by using ALL function but it is not working as expected.

 

Realized budget = CALCULATE(SUM('Table2'[Value]),
FILTER('Table2','Table2'[Column]="Realized budget"),
FILTER(ALL('Table1'), 'Table1'[Filter2] = "Kyllรค" || 'Table1'[Filter2] = "Ei"),
FILTER(ALL('Table1'), 'Table1'[Filter2] <> "Arkistoitu"))
 
Filter 1 and 2 are on page level.

 

You can find the pbix here. 

Julkku_0-1612801172993.png

I'm really grateful if somebody has the time to take a look at this.

 

Julia

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

The measure in your post doesn't match the measure in the PBIX.

 

Anyway, here's a starting point:

 

Realized budget = CALCULATE(SUM('Table2'[Value]),
ALLEXCEPT(Table1,Table1[Field],Table1[Project]))

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

The measure in your post doesn't match the measure in the PBIX.

 

Anyway, here's a starting point:

 

Realized budget = CALCULATE(SUM('Table2'[Value]),
ALLEXCEPT(Table1,Table1[Field],Table1[Project]))
Anonymous
Not applicable

@lbendlin, your suggestion solved the issue. Cheers ๐Ÿ™‚

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (27)