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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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