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
nareshr89
Helper II
Helper II

Growth Trend

@tamerj1 @tamerI have 18 months data being loaded every month with the term Monthload. Each month load contains prior months actual and current & future months forecast values.

 

I have to obtain the growth trend.

Ex: CurrYear = 2022, MonthLoad = 5

Forecast(May to Dec, Jan_1 to June_1), Actuals(Jan to April)

Growth = Forecast(May to Oct i.e: 6 months) - Actuals(April) //Decides top growing & degrowing

Growth Trend = {Forecast(May) - Actual(April), Forecast(June) - Forecast(May), Forecast(July) - Forecast(June), Forecast(Aug) - Forecast(July), Forecast(Sept) - Forecast(Aug), Forecast(Oct) - Forecast(Sept)}

Trend = Forecast(May to Oct)

 

Forecast_May = Calculate(avg(ftes),year=2021,month_load=5, month=5)
Actual_April = Calculate(avg(ftes),year=2021,month_load=5,month=4)

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @nareshr89 ,

 

What is the final result like? Not sure which one you need in the end. Please share some sample data and the corresponding results.

 

Or you can create a summarize table to get all avg of each month. You can refer my pbix file.

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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!

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.