Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
powerbilearner9
Regular Visitor

Calculating New Columns

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 belowVariance Power BI.PNGBudget 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!

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

Hi @powerbilearner9

 

a simple MEASURE should do the job

 

MEASURE=sum(TableName[Budget])-sum(tableName[Actual])

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

Hi @powerbilearner9

 

a simple MEASURE should do the job

 

MEASURE=sum(TableName[Budget])-sum(tableName[Actual])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (22,842)