You have monthly sales data and want to forecast sales for the next quarter using Tableau's built-in forecasting. Which calculated field expression correctly sums the forecasted sales for the next 3 months?
Think about how to sum values in a forecasted range using window functions.
Option B uses WINDOW_SUM to sum the forecasted sales for the next 3 months after the last actual data point. Other options either multiply or add incorrectly.
You want to show how close your sales forecast was to actual sales over the past year. Which visualization type is best suited for this in Tableau?
Think about how to compare two values over time clearly.
A line chart with both actual and forecast sales lines allows easy comparison of trends and accuracy over time. Pie charts and bar charts do not show time trends well.
Why is it important to include seasonality when creating a sales forecast in Tableau?
Think about how sales might change during holidays or seasons.
Seasonality captures repeating patterns like holiday spikes, which helps the forecast reflect real-world sales cycles. It does not remove noise or ignore trends.
You have daily sales data with missing dates. What is the best way to prepare your data in Tableau for accurate forecasting?
Think about how Tableau expects time series data for forecasting.
Filling missing dates with zero sales keeps the time series continuous, which is important for forecasting algorithms. Removing or ignoring dates breaks continuity.
You created a forecast in Tableau but it shows an error: 'Insufficient data to generate forecast'. What is the most likely cause?
Think about what Tableau needs to create a forecast.
Tableau requires a continuous time series with enough data points to build a forecast. Missing dates or too few points cause this error.