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
Anonymous
Not applicable

@lbendlin, your suggestion solved the issue. Cheers 🙂

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]))

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.