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!View all the Fabric Data Days sessions on demand. View schedule
Hello All,
Looking for suggestion to solve a problem
triptime (column C ) is a measure column
now i want to find the total average - of trip time which is 322.84 in this case and want to calculate how each driver is doing against average.
I tried using CALCULATE(AVERAGE(measure)) and few other methods but did not work
below is the example to calculate Average %
any help is appreciated.
Regards,
K
Solved! Go to Solution.
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
Thank you so much - this really solved my problem. Missing REMOVEFILTERS() - i never thought about it
But i have another question, this will disable all the filters - how can i exclude few specific - like i want to use few - i tried using KEEPFILTERS() but i guess its not working as expected.
to exclude something specific you need to use ALLEXCEPT functions
or additionally write VALUES:
Hi,
Share the download link of the PBI file.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!