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.
Hi guys,
I am stuck on what should be a pretty straight forward dax measure. I am hoping I can get some clarity on how the percentages work in Power BI. Here is my table:
Marble Color | Previous Amount | Recovered | Processed |
Blue | 200 | 20 | 50 |
Green | 300 | 40 | 120 |
Red | 150 | 10 | 100 |
Yellow | 100 | 30 | 60 |
I am calculating the recovery rate as follows:
What I would like the "Total Projection" card to return instead is (80 + 100 + 15 + 50) = 245
Solved! Go to Solution.
Hey,
Try using SUMX:
Hey,
Try using SUMX: