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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Smackcat
Helper I
Helper I

Sum of a measure in the total column

Hi experts

 

I have the following table:

WeekKPI_AMeasure(KPI_B)Measure(Dif)
110  
212102
314122
416142
TOTAL52520

 

I've created a measure [KPI_B] that equals the value of [KPI_A] of the previous week. I didn't really care about the total of [KPI_B] (because it's a hidden measure) so for the total I stayed with the sum of [KPI_A], as I can't calculate a previous week.

 

I'm actually having trouble with measure [Dif], that's the difference between [KPI_A] and [KPI_B]. I want to be able to sum measure [Dif] for week 1 to 4 on Total row, so it change from 0 to 6. 

 

WeekKPI_AMeasure(KPI_B)Measure(Dif)
110  
212102
314122
416142
TOTAL52526

6: sum of the measure on weeks 1 to 4

 

Do you think it's possible? Thanks!

 

1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

write a new measure like this

 

Dif fixed = SUMX (VALUES('table'[week]),[Dif])

 

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

write a new measure like this

 

Dif fixed = SUMX (VALUES('table'[week]),[Dif])

 

Thanks! I really needed this

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors