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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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.