Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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?
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |