Forum Discussion
mason23
Helper I
7 years agoCalculating Total Percentage Variance
Hello Power BI Experts, How can I display total % variance in a table. Left screenshot is my imported data. Thanks for the help!
- 7 years ago
Hi mason23 ,
To update the formula as below.
Measure = DIVIDE(SUM(Table1[variance]),SUM(Table1[total budget]))
Pbix as attached.
Anonymous
7 years agoNot applicable
with right click on selected Variance field and click on Show value > as a percent of column total
v-frfei-msft
Community Support
7 years agoHi mason23 ,
To update the formula as below.
Measure = DIVIDE(SUM(Table1[variance]),SUM(Table1[total budget]))
Pbix as attached.
- mason237 years ago
Helper I
Thank you! That works!