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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

DAX Sales for current year less 2

Hi Experts

 

I want to amend the current measure to give me the sale for 2019 (less 2 years) the current measure return the sameperiodlastyear. I want the new measure to give same period less 2 years.

 

NetSales YoY% =
VAR CY = [Overall NS]

VAR PY = Calculate([Overall NS],SAMEPERIODLASTYEAR(Calendar[Date], ALL(Calendar))

Return
Divde (CY - PY, PY,0)

 

1 ACCEPTED SOLUTION
goncalogeraldes
Super User
Super User

Hello there @Anonymous ! Maybe this can work:

NetSales YoY% =
VAR CY = [Overall NS]

VAR PY = Calculate([Overall NS],PARALLELPERIOD(Calendar[Date], -2, YEAR))

Return
Divde (CY - PY, PY,0)

 

Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!

Best regards,
Gonçalo Geraldes

 

View solution in original post

1 REPLY 1
goncalogeraldes
Super User
Super User

Hello there @Anonymous ! Maybe this can work:

NetSales YoY% =
VAR CY = [Overall NS]

VAR PY = Calculate([Overall NS],PARALLELPERIOD(Calendar[Date], -2, YEAR))

Return
Divde (CY - PY, PY,0)

 

Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!

Best regards,
Gonçalo Geraldes

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.