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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello everybody,
I hope you are very well.
Is there any way to make that total in "WDT y MPH" (2.263) appear in each row where it now appears with different numbers? That would mean it should skip the filter in the table "LATE DELIVERY REASON" (in this case is "blank"). What I want is to divide each "WDT y MPH" occurrence by its total, to have the %.
Thanks a lot. Best regards,
Chema Ortega
Solved! Go to Solution.
Hi,
You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
You can use ALL or REMOVEFILTERS in your calculate e.g. REMOVEFILTERS('YourTableName'[LATE DELIVERY REASON]) or ALL('YourTableName'[LATE DELIVERY REASON])
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Thanks sooo much, @ValtteriN! You solved the issue! I used
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.