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

Rolling 12-months since last month

Hi guys,

I would like to show Sales as standard for the sum of the last month until the last 12 months before that.

i know have it on a yearly level:

 

=Sum({<PeriodMath={'>=$(vMinPeriodYear2)<=$(vMaxPeriod2)'}>} Sales)

Labels (2)
1 Solution

Accepted Solutions
bobbydave
Creator III
Creator III

=Sum({<PeriodMath={'>=$(=Monthstart(addmonths(max(Today()),-11)))<=$(Monthstart(addmonths(max(Today()),-1))'}>} Sales)

View solution in original post

1 Reply
bobbydave
Creator III
Creator III

=Sum({<PeriodMath={'>=$(=Monthstart(addmonths(max(Today()),-11)))<=$(Monthstart(addmonths(max(Today()),-1))'}>} Sales)