The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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:
User | Count |
---|---|
82 | |
82 | |
35 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |