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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
afernand0
Frequent Visitor

REMOVEFILTERS/ALLEXCEPT not removing page level and report level filters

Hi,

 

I have a measure (2 variants) as below to calculate the sum of a column for all calendar periods. 

 

Measure = 
CALCULATE(
SUM('FACT ATS'[Planned Quantity Basic Units]),
ALLEXCEPT('DIM Bega Calendar', 'DIM Bega Calendar'[Fiscal Period]))

 

Measure = 
CALCULATE(
SUM('FACT ATS'[Planned Quantity Basic Units]),
REMOVEFILTERS('DIM Bega Calendar'[REL MTD/LM/NM/MTD YAGO/LM YAGO]))


And I have a page level filter applied to the [REL MTD/LM/NM/MTD YAGO/LM YAGO]

column of the calendar table to select the current period (202309). And I'm trying to display a table with the sum for all periods. However, the measure below is not removing the period filter and shows data only for the current period. What am I doing wrong here?

 

afernand0_0-1681358325426.png

 

1 REPLY 1
johnt75
Super User
Super User

I have a couple of thoughts.

Which column from the date table are you using in the visual? You would need to remove filters from that too.

If you are using the same column which you are removing filters from, is that column sorted by a different column? If so, you will need to remove filters from the sort by column as well as the main column.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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