Forum Discussion
R_
9 years agoRegular Visitor
Rolling Sum for Max(Year)-1
Hi ,
Can anyone tell me how we can create Rolling sum till Last Year.
Regards,
R_
- Anonymous9 years ago
Hi R_,
--> Create a date table that has continuos dates.
--.>Create a measure that calculates the sum of sales or order as per your scenario
--> Rolling sum LY--> Calculate(Sales measure,sameperiodlastyear(datetable(dateColumn)))
Regards,
Hemant
3 Replies
- AnonymousNot applicable
Hi R_,
--> Create a date table that has continuos dates.
--.>Create a measure that calculates the sum of sales or order as per your scenario
--> Rolling sum LY--> Calculate(Sales measure,sameperiodlastyear(datetable(dateColumn)))
Regards,
Hemant
- R_Regular Visitor
Thanks but what if my finance year start from April-March..? How to calculate rolling year between that.?