Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Rolling 12 month based on selection date.

Hi Team,

 

Could you please help me to get rolling 12 month data based on selection date.

Below DAX used to get the value, but showing blank records.

 

SalesCost_R12 =
CALCULATE(
    'Measure'[SalesCost],
    DATESINPERIOD('Calendar'[Date], MAX('Calendar'[Date]), -12, MONTH))
 
Thanks in advance.
 

 

1 Reply