You have a Power BI model that contains the following two tables:
Sales (Sales_ID, DateID, sales_amount)

Date(DateID, Date, Month, Week, Year)

The tables have a relationship.
You need to create a measure to calculate the sales for same period from the previous year.
Which DAX formula should you use?