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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Boterkaas45
Frequent Visitor

Total is not adding up

Hello,

 

I'm trying to get this measure to work. It works fine on an individual level, but the total of the matrix is incorrect. I hope someone can spot my mistake.

 

Employees who work on a contract basis do not clock in, but for analysis purposes, I want to include their hours. I'm trying to fill it in this way.

Boterkaas45_0-1686300051984.png

It works to some extent, but not at the total level.

Boterkaas45_1-1686300220601.png

I hope someone can spot my mistake.

 

Thank you in advance!

Boterkaas

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

write another measure like this

SUMX(VALUES('table'[Naam]),[Test])

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

write another measure like this

SUMX(VALUES('table'[Naam]),[Test])

Thanks, didn't realise it was this easy.

 

Have a good one!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

Top Solution Authors