This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi all,
I am fairly new to Power BI. I have a table in Power BI Desktop and am trying to calculate a variance between the Budget and Actual Costs that sums automatically. See sample table in Excel belowBudget and Actual Cost are from two different tables with Division serving as the relationship between the two. Any suggestions on how to calculate this difference?
Thanks!
Solved! Go to Solution.
a simple MEASURE should do the job
MEASURE=sum(TableName[Budget])-sum(tableName[Actual])
a simple MEASURE should do the job
MEASURE=sum(TableName[Budget])-sum(tableName[Actual])
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 45 | |
| 26 | |
| 24 |