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 all i am using may update and a formula used to work in report similars is not working now.
My problem is very easy to explain I want to fix a calculation to get the average of distance FOR ALL DATES ( so I need to remove filter on this DATEF field, but if I add to the page a slicer, the measure changes, this was working in an old Report, I think It can be something of the new powerbi may 2023 update)
My problem is REMOVEFILTERS is not working fo TableGPS[DATEF] column and also not working for TableGPS[DRILL]
version1
DISTANCE TOTAL AVERAGE MD = CALCULATE(
AVERAGE('TableGPS'[DISTANCE]),
TableGPS[Type]="MD",
TableGPS'[DURATION]>=70,
REMOVEFILTERS(TableGPS[DATEF], TableGPS[DRILL])
)
version 2 with ALL also not working
DISTANCE TOTAL AVERAGE MD = CALCULATE(
AVERAGE('TableGPS'[DISTANCE]),
TableGPS[Type]="MD",
TableGPS'[DURATION]>=70,
ALL(TableGPS[DATEF], 'TableGPS'[DRILL])
)
Regards
Please I need help this looks like a critical error on DAX related 2 important functions
I already know...for this date there are no rows for this criteria, but in prior versions REMOVEFILTERS worked OK and I could FIX the value I want , Please undertstand my requirement, I have other reports working with a similar formula
Hi all here I share a link with the PBIX file to download, all trials are wrong.
REMOVEFILTERS and ALL are failing, looks like a bug.
Download sample file
https://1drv.ms/u/s!Am7buNMZi-gwg8hT4eo1bkHP975Egg?e=goyfU7
Regards
@Mahesh0016 when AVERAGE needs to be calculated properly, column with unique values should be populated in visual - insure this.
Proud to be a Super User!
Hii @dpombal I hope this helps you!THANK YOU!!
version 2 with ALL also not working
DISTANCE TOTAL AVERAGE MD = CALCULATE(
AVERAGE('TableGPS'[DISTANCE]),
'TableGPS'[Type]="MD"&&
'TableGPS'[DURATION]>=70,
ALL('TableGPS'[DATEF],'TableGPS'[DRILL])
)
this was not the fail..thanks
I have uploaded sample PBIX file, thanks in advancehttps://1drv.ms/u/s!Am7buNMZi-gwg8hT4eo1bkHP975Egg?e=goyfU7
Hi @dpombal try ALLEXCEPT (TableGPS[DATEF], 'TableGPS'[DRILL]) and check you results. I hope this help
Proud to be a Super User!
I have uploaded PBIX sample FILE
Hi @dpombal try your measure
Proud to be a Super User!
This measure is not valid for my example. I need to removefilters from 2 columns DATE and DRILL, and your measure doesn't removes these filters.
Hi @dpombal for date 21.03.2023 there is not rows which are once from your filter argument of calculate:
TableGPS[Type]="MD",
TableGPS'[DURATION]>=70,
Give as example which expected value you are looking for certain filters so we could try to create measure.
Proud to be a Super User!
No ALLEXCEPT does not work...in fact it makes opposite operation.
Why is failing ...REMOVEFILTERS...
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.