Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello all,
I need to add a variance column to show Actuals VS Budget variance
For example here for allocated fringe benefits I need the variance column to display the value "-1,171.82"
But my data in excel is set up like this:
Any help is appreciated
Solved! Go to Solution.
Hello @Anonymous
Based on the data that you shared with us I created 3 measures:
GLBUD = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLBUD2021"))
GLACT = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLACT2021"))
Diff = [GLACT]-[GLBUD]
Then I created a table (not a matrix) and added all the relevant attributes.
See attached PowerBI file
Hello @Anonymous
Based on the data that you shared with us I created 3 measures:
GLBUD = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLBUD2021"))
GLACT = CALCULATE(SUM(Sheet1[Total]), FILTER(Sheet1, Sheet1[Year_Code] = "GLACT2021"))
Diff = [GLACT]-[GLBUD]
Then I created a table (not a matrix) and added all the relevant attributes.
See attached PowerBI file
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |