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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am having an issue and I would like to create a formula to calculate an anomaly rate. It's quite simple, I need to calculate the number of anomalous rounds divided by the total number of rounds. However, I have a filter on my page (as you can see on the picture) that only takes these rounds into account so that we can analyze their cause.
Here is the formula I am proposing that is resulting in an error:
=DIVIDE(CALCULATE(COUNTROWS(UO),UO[16. Densité de remplissage]="Densité anormalement faible"),ALL(UO[Date service véhic.])
You may try:
=DIVIDE(CALCULATE(COUNTROWS(UO),UO[16. Densité de remplissage]="Densité anormalement faible"), CALCULATE(COUNTROWS(UO),Removefilters())
Thank you for your help. The formula is not working. Indeed, the formula always takes into account the filter on the page. As we can see here, it shows that 100% of the files are anomalies, which is normal since the filter that applies intentionally focuses only on this type of file. However, I would like the formula to ignore this filter and calculate over the entire table.
Please try the following:
=DIVIDE(CALCULATE(COUNTROWS(UO),UO[16. Densité de remplissage]="Densité anormalement faible"), CALCULATE(COUNTROWS(UO),ALL(UO[Date service véhic.]))
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!