Forum Discussion
Gladiator909
3 years agoHelper I
Understanding Percentages - Calculating future value
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 Pre...
- 3 years ago
Hey,
Try using SUMX:
Total Projection =SUMX('Table', [Recovery Rate] * 'Table'[Previous Amount])
This evaluate line by line and sum each time.
LuizKoller
3 years agoResolver I
Hey,
Try using SUMX:
Total Projection =
SUMX('Table', [Recovery Rate] * 'Table'[Previous Amount])
This evaluate line by line and sum each time.
This evaluate line by line and sum each time.