Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello, I am trying to get percentage but if i change the slicer min or max values the percentage doesn't work accurately.
Formula I am using is Grid Percentage = COUNTROWS('Grid Info')/CALCULATE(COUNTROWS('Grid Info'), REMOVEFILTERS('Grid Info'[Grid Pass/Fail]))
Below on first snapshot you can see it is showing correct percentage but if I change the pops slicer min or max value, it doesn't work properly, as pops are changing too with grid pass/fail. Need to know how I can make it fixed for fail/pass but keeping all other filter values while calculating the percenatge.
Solved! Go to Solution.
Hi @Anonymous
Please try to use ALL() function
e.g
Grid Percentage = COUNTROWS('Grid Info')/COUNTROWS(ALL('Grid Info'))
Best Regards!
Yolo Zhu
Hi @Anonymous
You can use "Edit interaction" to set pop slicers not affected by "Grid slicer".
Click the "Grid slicer" then select "Edit interactions"
Then choose the pop slicers and select "None" icon, the slicers will not affected by the Grid slicer.
You can refer to the following link.
Change how visuals interact in a report - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I am using that to display the percentage on the card, I can't select none for that. and I actally don't want to have the slicer filter get disconnected with the rest. I want the count to be what it was before the grid pass/fail selected filter but when I try to use remove filter formula on measure it will still count the rows of that filterd pops. Kindly let me know what can I do.
Hi @Anonymous
You can try the following code,
Grid Percentage = COUNTROWS('Grid Info')/COUNTROWS(ALLEXCEPT('Grid Info'[Total Pops]))
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
that will ignore all the Pops, what I want is the Pops before we selected grid pass/fail to be counted in the calculation for that specfic pops.
Hi @Anonymous
Please try to use ALL() function
e.g
Grid Percentage = COUNTROWS('Grid Info')/COUNTROWS(ALL('Grid Info'))
Best Regards!
Yolo Zhu
Any help on this please?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 5 | |
| 5 |