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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply

Time Projection - 5 Years

Hello Everyone.
I would like to prepare measures that will allow me to create so-called projections for the future based on historical data. Currently I have:
- a base month from which I want to start calculations ( 2022-01 )
- the current indicator, which is updated daily
- the % growth rate, which represents whether the trend is upward or not, to calculate this I used the following measure:

 

Growth Rate % = DIVIDE(Capacity_FTE_Total[Capacity_FTE], HIST_CAPACITY[History FTE]) - 1

 

piotrgrendus87_0-1660916213829.png

 

Now I would like to create a measure that, based on the change that occurred between the base month and the current rate, will predict what " Capacity will have in 2023-01. Based on the result of 2023-01, it will predict what the result ratio will be in the following year, etc. etc. ( forecast up to a maximum of 5 years ).

 

Is it possible to create this type of measures in Dax ?

Regards Piotr.

 

1 ACCEPTED SOLUTION

See attached for a pedestrian implementation. It includes a calendar table even though that is not strictly required.

View solution in original post

5 REPLIES 5
lbendlin
Super User
Super User

Sounds like you are looking for PRODUCTX ?

Hi.
I think that maybe be a solutions for me.
Could you help me to create the code that will calculate this, based on my previous calculations.

Regards Piotr

Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.

Hello, below is a sample of the data

 

Start Point ( January 2022 )Current Point ( August 2022)Growth Rate %January 2023January 2024January 2025January 2026
195220062,77%2011204020502060
259.5256.5-1,16%250260270285
34840616,67%410420450470

 

First 3 columns - Calculation based on the data

Last 4 columns - Manually sample data as expected result

 

I want to create a calculation that based on the value of " Growth Rate % " will calculate my probable result in 2023, while based on the value of 2023 will calculate my result for 2024, and so on and so forth. The only value that will change daily is " Current Point ", since it will be updated daily and its change should also be reflected for the values for 2023, 2024, 2025, 2026. " Start Point ", will be set once a year and will not change during the 12 months. I don't know if my approach to the topic is correct or not ?, maybe it will just be simpler to use the built-in forecasting model that is in PowerBi.

 

Regards Piotr

 

 

See attached for a pedestrian implementation. It includes a calendar table even though that is not strictly required.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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