Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
smithshire
Frequent 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. 2 years ago?

 

This is my Previous year measure - 

PreYear = CALCULATE([Overall], PREVIOUSYEAR(CalendarTable[Dates]))
1 ACCEPTED SOLUTION
Ahmedx
Super User
Super User

= CALCULATE([Overall],DATEADD(CalendarTable[Dates],-2,YEAR))

View solution in original post

1 REPLY 1
Ahmedx
Super User
Super User

= CALCULATE([Overall],DATEADD(CalendarTable[Dates],-2,YEAR))

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.