Forum Discussion
Raulx_7
Helper I
5 years agoLast 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
Resolver I
5 years agoyou can try 'lydate = MAX(Date[Dates])-365' or you can try the DATEADD function