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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
D_HL
Frequent Visitor

12 months prior return

Hi All, 

 

May have been answered previously but I'm struggling to locate. I'm trying to create a new measure which will bring what another measure was 12 months ago. Table below, the red column is what I want to acheive. 

 

Date

Customer NameCurrent RatingRating 12mths prev

1/1/2020

ABC 3N/A
1/1/2021ABC83
1/1/2022ABC98
1/1/2023ABC29

 

Thanks

Dan 

1 ACCEPTED SOLUTION
JoeBarry
Solution Sage
Solution Sage

Hi @D_HL 

 

Please try

 

Rating 12 months Previously = CALCULATE(SUM('Table'[Rating]), DATEADD('Table'[Date], -1, YEAR))

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

View solution in original post

1 REPLY 1
JoeBarry
Solution Sage
Solution Sage

Hi @D_HL 

 

Please try

 

Rating 12 months Previously = CALCULATE(SUM('Table'[Rating]), DATEADD('Table'[Date], -1, YEAR))

 

Thanks

Joe

 

If this post helps, then please Accept it as the solution

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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