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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Gian22
New Member

12m rolling forecast with parameter

Hi Everyone,

I need to calculate the 12m rolling forecast of our sales. 

I know how to calculate the forecast via a "Growth Select" parameter

 

(GF Sales forecast = [Sales Total] + [Sales Total] * 'Growth Select'[Growth value])

 

but the forecast calculated should be "delayed" by 12 months. For example in the below capture, the "GF Sales forecast" for September 24 should be  611155,58 (the calculated amount in the September 23 line. 
gf forecats.png

 I should then be able to calculate the 12m forecast, starting from the next month (September 24 in this case)

 

Thanks in advance for your help

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Gian22 , Assuming you are using date table and the month start is coming from the date table

 

Year behind GF Sales forecast  = CALCULATE([GF Sales forecast],dateadd('Date'[Date],-1,Year))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Gian22
New Member

Awesome, that is what I was looking for

thanks @amitchandak 

amitchandak
Super User
Super User

@Gian22 , Assuming you are using date table and the month start is coming from the date table

 

Year behind GF Sales forecast  = CALCULATE([GF Sales forecast],dateadd('Date'[Date],-1,Year))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Solution Authors