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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
liboyjoseph
Frequent Visitor

Same period compare to a specific year

Hi team

Need your help on this please.

 

I want to create a mesure to compare same period to 2019. instead of same period last year, I need same period 2019. 

I've below measure and it works fine when my current date selection is on 2022, I want to compare all my dates to 2019.
 
Y3 = CALCULATE([Total Sales TY],DATEADD('Date'[Date], -3, YEAR)) 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@liboyjoseph , if you always was 2019

 

Y3 =

var _diff = 2019 - maxx(allselected('Date'), 'Date'[Year]) )

//or var _diff = 2019 - year(maxx(allselected('Date'), 'Date'[date]) ))

return

CALCULATE([Total Sales TY],DATEADD('Date'[Date], _diff , YEAR))

View solution in original post

3 REPLIES 3
liboyjoseph
Frequent Visitor

Thank you @amitchandak Your solution work perfectly

amitchandak
Super User
Super User

@liboyjoseph , if you always was 2019

 

Y3 =

var _diff = 2019 - maxx(allselected('Date'), 'Date'[Year]) )

//or var _diff = 2019 - year(maxx(allselected('Date'), 'Date'[date]) ))

return

CALCULATE([Total Sales TY],DATEADD('Date'[Date], _diff , YEAR))

Hi, I want to make a measure to compare every last 4 year to 2017, same period. 2017 is my reference year to calculate an evolution for 2018, 2019, 2020 ...   

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.