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
Long
Frequent Visitor

Current and previous year comparison

Hi,

 

I am new in Power BI and DAX, need to compare each year summary with the previous year, tried many examples from the forum, nothing works for me, do not understand why the last year columns are empty.

 

Screenshot_2.png

 

Tried the folowing measures:
Last Year = CALCULATE(sum(Volume[Volume]), SAMEPERIODLASTYEAR(Dates[Date]))
Last Year 2 = calculate(sum(Volume[Volume]), PREVIOUSYEAR(Dates[Date]))

And the tables structure:

 

Screenshot_1.png

 

Please help! Thank you!

1 ACCEPTED SOLUTION
Eric_Zhang
Employee
Employee

@Long

Try to tweak your measures following below sample. Check more details in the attached file.

 

lastYear = CALCULATE(SUM(Table1[value]),PREVIOUSYEAR(Dates[Date]))

last2Year = CALCULATE([lastYear],PREVIOUSYEAR(Dates[Date]))

 

Capture.PNG

 

 

View solution in original post

1 REPLY 1
Eric_Zhang
Employee
Employee

@Long

Try to tweak your measures following below sample. Check more details in the attached file.

 

lastYear = CALCULATE(SUM(Table1[value]),PREVIOUSYEAR(Dates[Date]))

last2Year = CALCULATE([lastYear],PREVIOUSYEAR(Dates[Date]))

 

Capture.PNG

 

 

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.