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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I am trying to create a measure to countrows and ignore all slicer filters, to enable me to calculate a % rate, so for example in the image below, the % calculation is working fine as no provider is selected.
However once I select a provider the 'STC All incidents' column gets filtered to that particular provider and I get a 100% rate
Is there a way that I can count all incidents when a provider is selected, e.g for the selected provider for June 22 should be 3111/14072 to get the provider rate.
I have used the following measure to calculate all incidents
Thanks
Nagin
Solved! Go to Solution.
Hi @Nagin ,
Based on your description, I have created a simple sample:
Please try:
ALL = COUNTROWS(FILTER(ALL('Table'),'Table'[MonthAndYear]=MAX('Table'[MonthAndYear])))
Percentage = DIVIDE(COUNTROWS('Table'),[ALL])
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Nagin ,
Based on your description, I have created a simple sample:
Please try:
ALL = COUNTROWS(FILTER(ALL('Table'),'Table'[MonthAndYear]=MAX('Table'[MonthAndYear])))
Percentage = DIVIDE(COUNTROWS('Table'),[ALL])
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
I am not sure I follow but here are a few examples:
Data:
ALL rows of a table:
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!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 32 | |
| 31 | |
| 18 | |
| 12 | |
| 11 |