Forum Discussion
smithshire
3 years agoFrequent Visitor
Previous 2 years
I currently have a visual that calculates the YTD and the I use the PREVIOUSYEAR function to calculate the full previous year. Is it possible to calculate the year previous to the previous year i.e. ...
- 3 years ago
= CALCULATE([Overall],DATEADD(CalendarTable[Dates],-2,YEAR))
Ahmedx
3 years agoSuper User
= CALCULATE([Overall],DATEADD(CalendarTable[Dates],-2,YEAR))