Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Rolling 12 Month Without current Month

Hello,    I need an advice. I'm trying to calculate the Rolling 12M and what I need when it comes to the months of rolling 12  is as below  If I'm looking in Jan 2022 then my 12 month previous sho...
  • amitchandak's avatar
    4 years ago

    Anonymous , try like

     

    Sales LY_R12 =
    CALCULATE([Sales],DATESINPERIOD('Date'[Day],eomonth(MAX('Date'[Day]),-1) ,-12,MONTH))