Statistical forecasting uses historical data to identify trends, seasonality, and other statistical patterns to generate forecasts automatically without requiring manual calculations. The Predict feature enables forward-looking analysis by estimating future values from historical observations.
It supports configuration of confidence interval, seasonality, growth factor, algorithm selection, and hierarchy evaluation methods (Top-Down or Bottom-Up), allowing forecasts to be generated across planning hierarchies. Forecast results can be reviewed in both graphical and tabular formats.
The Predict feature uses the selected cell of the measure as a time series. It analyzes historical data within the selected historical date range and generates estimated values for the selected forecast period.
During forecasting, the system considers the following characteristics of the time series:
Before running a statistical forecast, ensure the following:
Consider the model in the following image.



Row Selected represents the hierarchy member for which the forecast will be generated. Measure Selected is used as the historical input series, and forecast values are written into this measure.
These fields are automatically populated based on the selected planning sheet cell. Selecting another visible cell updates the selected row and measure in the Predict panel.
Lock the selection to prevent choosing another cell from changing the selected row or measure.

Historic Data Range specifies the historical periods used to build the statistical model. By default, all closed periods are selected. Forecast Date Range specifies the future periods for which forecasts are generated. By default, all open periods are selected.
You can modify both ranges to suit your business requirements.
The forecast period can extend beyond the open period. This is useful when only a short open planning horizon exists (for example, Q1 only), but forecasts are required for a longer period to support planning and forecast validation.

A Profile is a saved collection of forecast settings that helps standardize forecast execution. Profile includes:
You can create, duplicate, delete, or reset profiles. Use descriptive profile names so forecast configurations can be easily reproduced.

Confidence (%) controls the requested width of the forecast confidence interval. It represents the probability that the actual value will fall within the predicted range. Typical confidence% choice include:
Growth Factor (%) applies a business adjustment to the statistical forecast. It also defines the expected rate at which the forecast values increase or decrease over time. Examples:
Bottom Up generates forecasts at detailed hierarchy levels and aggregates them into higher-level totals.
Top Down generates forecasts at higher hierarchy levels and distributes them into lower levels.
Yes, when the forecasted measure cannot be negative. No, when negative values are valid for the business scenario.

The following forecasting algorithms are available:
For more information about forecasting algorithms, statistical models, and model orders, refer here.
The seasonality will not display the last scale of time dimension






Refer the below table for a summary or when you have a question as "Which algorithm to choose?"
| Data Pattern | Recommended Algorithm |
|---|---|
| Stable data with no trend or seasonality | Simple Exponential Smoothing |
| Trend only | Holt's Linear Trend |
| Trend gradually weakens | Holt's Damped Trend |
| Trend with constant seasonal variation | Holt-Winters Additive |
| Trend with seasonal variation proportional to the level | Holt-Winters Multiplicative |
| Multiple seasonal patterns | MSTL |
| Non-seasonal data with autocorrelation | ARIMA |
| Seasonal data | SARIMA |
| Unsure which ETS model to use | Auto ETS |
| Unsure which ARIMA model to use | Auto ARIMA |