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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
My calculated field Volume Share is based off of the total Category ( i.e. brand 1 volume sales / category volume sales = 50%).
Volume Sales | Volume Share | |
Category | 100 | |
brand 1 | 50 | 50% |
brand 2 | 30 | 30% |
brand 4 | 20 | 20% |
brand 5 | 10 | 10% |
When I apply a filter to look at only brands with a Volume Share >20%, Volume Share recalculates with the remaining values. I want it to remain static, showing the 50% and 30% values from above.
Volume Sales | Volume Share | |
Category | 60 | |
brand 1 | 50 | 83% |
brand 5 | 10 | 17% |
Here's my formula...
@areimer Perhaps try ALL instead of ALLSELECTED?
No luck with ALL, numbers end up different than when using ALLSELETED, but there's still some calc going on. Thanks for the idea though.