Forum Discussion
amirghaderi
Helper IV
5 years agoMoving Sum
Hi, I am looking for moving 3 weeks sum measure for a column value. Example as below: Can anybody help? Record Date EV Moving Sum RESULT A 2/04/2021 1000 A 1000...
- 5 years ago
amirghaderi as per the informtation provided and data attached in very first post I used that and generated the expected result. See the screen shot below:
amirghaderi
Helper IV
5 years agoThe numbers dont make sense. any idea why?
Measure = CALCULATE (SUM ( Source[Period:Earned] ),FILTER (ALL ( Source ),Source[To Date.2] <= MAX (Source[To Date.2]) && (Source[To Date.2] >= MAX ( (Source[To Date.2]))-14)))
Tahreem24
Super User
5 years agoamirghaderi as per the informtation provided and data attached in very first post I used that and generated the expected result. See the screen shot below:
- amirghaderi5 years ago
Helper IV
Thanks, It worked. I only chnaged the filter to Allselected to make sure the filter applied to the report works on measure as well.