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
Anonymous
Not applicable

Forecast Using AI/ML

Hi,

 

Can anyone help in how to do a Forecasting using AI/ML? I´ve data from customer complaints and I want to forecast the next month.

1 ACCEPTED SOLUTION
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

If you know the logic of forecasting, maybe you can use DAX, please refer this post.

 

If you don't konw the logic, mabybe you can achieve it in Analysis pane using a line chart. For example, when you want to show the next 3 months for forecast, you can set the Forecast Length as 3 months.

You can refer the following articles:

 

Predict your milestones with forecasting in Power BI Desktop

Forecast Seasonality

 

Best regards,

 

Community Support Team _ zhenbw

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

View solution in original post

5 REPLIES 5
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

If you know the logic of forecasting, maybe you can use DAX, please refer this post.

 

If you don't konw the logic, mabybe you can achieve it in Analysis pane using a line chart. For example, when you want to show the next 3 months for forecast, you can set the Forecast Length as 3 months.

You can refer the following articles:

 

Predict your milestones with forecasting in Power BI Desktop

Forecast Seasonality

 

Best regards,

 

Community Support Team _ zhenbw

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

amitchandak
Super User
Super User

@Anonymous , There some forecasting in Power BI.  But you can integrate with R and python

 

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-python-scripts
https://en.blog.businessdecision.com/how-to-use-the-python-integrator-in-powerbi/
https://towardsdatascience.com/using-python-in-power-bi-ee95a6b71443
https://powerbi.microsoft.com/en-us/blog/python-visualizations-in-power-bi-service/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank you @amitchandak .

 

And what if I want to forecast without AI/ML? 

@Anonymous ,

see if this can help

https://docs.microsoft.com/en-us/power-bi/desktop-analytics-pane

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
nvprasad
Solution Sage
Solution Sage

Hi,

 

To create any model using R or Python, first, we need to install in machine. then you can find Arima model code in net and you can use to create the forecast.

Note: PowerBI supports up to 150000 rows only. If data exceeds to this, by default powerbi ignores and results shown based on the first 150000 rows only. If you have data more than 1.5 k then summarize and load data into the model.

 

Thank You,

 

Regards,

Venkata Nalla

Did I answer your question? Mark my post as a solution! Appreciate your Kudos.
Follow me on LinkedIn.

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 Solution Authors