Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello Power BI Experts,
How can I display total % variance in a table. Left screenshot is my imported data. Thanks for the help!
Solved! Go to Solution.
Hi @mason23 ,
To update the formula as below.
Measure = DIVIDE(SUM(Table1[variance]),SUM(Table1[total budget]))
Pbix as attached.
Hi @mason23 ,
Enable the sum option for the column.
Or we can create a measure to work on it.
Measure = SUM(Table1[variance %])
Thank you for the reply. What I'm looking for is the individual row percentage. The variance % column is computed from a calculated column formula . = Variance / Total Budget. The missing Variance % is the total($2,840,340.46 / $3,909,323) This should give me 73%
with right click on selected Variance field and click on Show value > as a percent of column total
Hi @mason23 ,
To update the formula as below.
Measure = DIVIDE(SUM(Table1[variance]),SUM(Table1[total budget]))
Pbix as attached.
Thank you! That works!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 28 | |
| 21 |