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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

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
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.