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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.