Forum Discussion

Raulx_7's avatar
Raulx_7
Helper I
5 years ago
Solved

Last year from max date

Hi, I was doing some calculations, and in this one I use a filter to select the max date :   date = MAX(Date[Dates]),    Now I need te value from the same date but in the last year, I have tried ...
  • jbirco's avatar
    5 years ago

    you can try 'lydate = MAX(Date[Dates])-365' or you can try the DATEADD function