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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
sunil_Bengaluru
Frequent Visitor

Need to calculate projected score for future months

Hi All,

 

I have  a table with data from Jan to September. Based on which I have to calculate the projections for October to December.

 

I have attempted to create a calculated column but its not working. Request your help.

 

Below is the formula I have used:

 

Sales_Col = IF('Table'[Sales] <> 0, 'Table'[Sales], CALCULATE(AVERAGEX('Table','Table'[Sales] ),DATESINPERIOD('Table'[Month], Max('Table'[Month]),-6,MONTH)))
 
sunil_Bengaluru_0-1698149813726.png

 

Thanks

Sunil

7 REPLIES 7
Ashish_Mathur
Super User
Super User

Hi,

Why are you writing this as a calculated column?  Why not a measure?  Also, for November 2023, would the forecast be the average of the last 6 known historical months? i.e. April - September 2023. 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi, sorry for the delayed response.
Tried creating a Measure but didnt get correct function.
Also for November, it should be average of May to Oct + 10% of this average

Please advise.

Thanks

Hi,

Share data in a format that can be pasted in an MS Excel file and show the expected result clearly.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish

 

Due to restricitions, not able to paste original data.

 

Please find the data below (dummy data):

The last column is showing the Formula used for October and November

MonthSalesColumn1

Jan-2366 
Feb-2367 
Mar-2368 
Apr-2369 
May-2370 
Jun-2371 
Jul-2372 
Aug-2373 
Sep-2374 
Oct-2378.65AVERAGE(K41:K46)+ 0.1*AVERAGE(K41:K46)
Nov-2380.41917AVERAGE(K41:K46)+ 0.1*AVERAGE(K41:K46)
Dec-23  
Jan-24  
Feb-24  

Hi,

The second average should be AVERAGE(K42:K47)+ 0.1*AVERAGE(K42:K47)

I don't think i can solve this using DAX because there is a circularity in the calculation here.  The figure of November depends upon the figure of October (which in turn is an average calculated figure).


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

which forecasting methodology are you planning to use?

Hi, sorry for the delayed response.
I have been assigned to forecast as average of previous 6 months and add 10% to it.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.