Forum Discussion
yogevz
7 years agoHelper II
running diff after sum
hi i have to tables, upon them i am creating list which aggregate the measure in a list. i want to create running diff on rows. attach picture.
- 7 years ago
hi, yogevz
After my test, you could use this formula to create a measure as below:
Measure = CALCULATE([Count_student measure])- CALCULATE([Count_student measure],FILTER(ALL(Sheet1),Sheet1[Foreign]=MAX(Sheet1[Foreign])-1))
Count_student measure is a measure which count students.
Result:
Best Regards,
Lin
yogevz
7 years agoHelper II
i can't....
the count_student is a measure which count students...
so the column phrase can't see this measure.
this is the problem....
v-lili6-msft
7 years agoCommunity Support
hi, yogevz
After my test, you could use this formula to create a measure as below:
Measure = CALCULATE([Count_student measure])- CALCULATE([Count_student measure],FILTER(ALL(Sheet1),Sheet1[Foreign]=MAX(Sheet1[Foreign])-1))
Count_student measure is a measure which count students.
Result:
Best Regards,
Lin