Forum Discussion
Lexey
8 years agoHelper I
Percentage between two values
Please help in solving one problem. You need to calculate the percentage as the ratio of [delta plan] and [plan]. Tried different options but have not yet found solutions.
Lexey
8 years agoHelper I
I need row context.,
1 row = [delta plan]/[Values of budget]
2 row = [delta plan]/[Values of budget]
3 row = [delta plan]/[Values of budget]
you get a total percentage that doesn't suit me. Thanks
Floriankx
8 years agoSolution Sage
You could try SUMX(Table;[delta plan]/[Values of budget].
This is for a Measure.
Calculated Column would just be [delta plan]/[Values of budget]
I'm not quite sure wether your columns is name Values of budget or plan.
Please try and let me know.
- Lexey8 years agoHelper I
Thanks
I didn't get quite the right resultdelta % plan = sumx('fact'; [delta plan]/ [Values of budget])
- Floriankx8 years agoSolution Sage
What would be your expected results?
For the total row I see it makes no sense.
You may have to change to delta % plan = sum([delta plan]/sum[Values of budget]