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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
pnem
Frequent Visitor

SAMEPERIODLASTYEAR over multiple year

Hello
I would like to know if is there a function that resembles SAMEPERIODLASTYEAR but that can be expanded to more than one year back? Like the average of a monthly value for the same month the last five years?
Thanks!

1 ACCEPTED SOLUTION
Uspace87
Resolver III
Resolver III

@pnem 

 

you can use DATEADD, just change the number of intervals you want to go back

 

Measure = CALCULATE(
    [Sales amt],
   DATEADD(Date_Table[Date],-2,YEAR
))

View solution in original post

2 REPLIES 2
Uspace87
Resolver III
Resolver III

@pnem 

 

you can use DATEADD, just change the number of intervals you want to go back

 

Measure = CALCULATE(
    [Sales amt],
   DATEADD(Date_Table[Date],-2,YEAR
))
pnem
Frequent Visitor

Thanks!

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.

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.