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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
kemmerrc
Helper I
Helper I

Add Measures

I need to write a measure to add three measures. I need a total column of Delta Hourly + Delta Exempt + Delta Non-Exempt. I trieed "sum" and "measure" but neither work. Obvisoulsy, I don't know what I am doing. 

Delta Total = measure('Headcount Authorized vs Actual'[Delta Hourly])+measure('Headcount Authorized vs Actual'[Delta Exempt])+measure('Headcount Authorized vs Actual'[Delta Non-Exempt])
Delta Total = sum('Headcount Authorized vs Actual'[Delta Hourly]) + sum('Headcount Authorized vs Actual'[Delta Exempt]) + sum('Headcount Authorized vs Actual'[Delta Non-Exempt])
1 ACCEPTED SOLUTION

@kemmerrc welcome 🙂
Please mark that repsonse as a solution for community visabilty

View solution in original post

3 REPLIES 3
SpartaBI
Community Champion
Community Champion

@kemmerrc 
Are you trying to create a calculate column or a measure for a report?
If it's a column than just remove all the SUM from your calculation and just keep the column names and plus them:
Delta Total = 'Headcount Authorized vs Actual'[Delta Hourly] + 'Headcount Authorized vs Actual'[Delta Exempt] + 'Headcount Authorized vs Actual'[Delta Non-Exempt]

You are spot on. All I had to do was remove "sum" and it worked. Thank you so very much!!!!!

@kemmerrc welcome 🙂
Please mark that repsonse as a solution for community visabilty

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 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.