Forum Discussion
Raulx_7
5 years agoHelper I
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 ...
- 5 years ago
you can try 'lydate = MAX(Date[Dates])-365' or you can try the DATEADD function
jbirco
5 years agoResolver I
you can try 'lydate = MAX(Date[Dates])-365' or you can try the DATEADD function