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
PrimaSatria
Regular Visitor

How to create a forecast in Power BI Desktop

Dear all,

I have a simple data, as below:
Column A: Date
Column B: Project
Column C: Plan (qty)
Column 😧 Actual (qty)

Currently I have data of Plan and Actual from January till September, how to forecast the Actual for October, November and December and what is the best visual for it?

Thank you,
Prima Indonesia

4 REPLIES 4
danextian
Super User
Super User

This is honestly a very generic question. Power BI itself has its own forecasting feature but each company may have its ow methodology. If you simply want to show plan vs actual, you can just use a line chart.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Royel
Solution Supplier
Solution Supplier

Hi @PrimaSatria  here is a good example how you can easily create your forecast value 

 https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/forecasting-sales-based-on-history/m... 

Best Forecasting Visuals: 

  1. Line Chart
  2. Area Chart
  3. Combo Chart
  4. Ribbon Chart
  5. Waterfall Chart

Find this helpful? ✔ Give a Kudo • Mark as Solution – help others too!

FBergamaschi
Solution Sage
Solution Sage

This is a statistical thing. Unless you have at least 20 actual data points, a forecast is completely meaningless.

 

And even if you have those points, you need to check for statistical significance, or even in that case it is meaningless.

 

If you want something for free, BUT without any reliability, yes you can use the forecast in Power BI available only for line charts, but again here you need to take data carefully since you have so few points

 

IN case you use LINESTX (a difficul function to use), please make sure to check for the significance (t statistics / pvalues). A forecast with a pvalue not in line with what you are looking for is not to be used.

 

So please try to get more actuals, you do not have enough at the moment

 

Best

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

lbendlin
Super User
Super User

You don't have a lot of data points so the forecast will not be overly meaningful. You can use the built-in "Forecast line"  feature or you can use the (equivalent) LINESTX function to compute the slope of your extrapolation.

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.

Top Kudoed Authors