Question 2
A retailer uses Tableau to forecast weekly unit sales from historical sales alone. Management has already scheduled a major price reduction for the first forecasted week, but no comparable promotion appears in the historical series.
How should the analyst interpret the Tableau forecast for that week?
- The point estimate automatically includes the promotion because the event occurs within the selected forecast horizon.
- The upper interval bound represents the expected promotional lift, while the point estimate represents no promotion.
- The forecast extrapolates the historical time-series pattern and does not automatically estimate the causal effect of the planned promotion. (correct answer)
- The forecast excludes historical trend so that the planned promotion can be treated as the only source of future change.
Explanation: Whenever you see a question about Tableau's forecasting capabilities, anchor yourself to one core principle: Tableau's built-in forecast uses exponential smoothing on historical time-series data only. It identifies trend and seasonality patterns from past observations and projects them forward — nothing more.
That's exactly why C is correct. The forecast for the promotional week is simply an extrapolation of the historical sales pattern. Because no comparable price reduction exists in the historical data, the model has no mechanism to "see" or account for the planned promotion. The point estimate reflects what sales would look like if historical patterns continued unchanged — not what will happen when the price drops.
A is wrong because Tableau's forecast engine doesn't ingest planned business events. The fact that the promotion falls within the forecast horizon is irrelevant — the model only learns from past data, not from your calendar or pricing plans.
B is a tempting distractor because confidence intervals feel like they might capture "best" and "worst" cases for different scenarios. But that's not what they represent. The upper and lower bounds reflect statistical uncertainty around the time-series extrapolation — not the differential impact of a promotion versus no promotion.
D is incorrect and essentially inverts how forecasting works. Tableau's model absolutely incorporates historical trend; that's a foundational component of exponential smoothing. Excluding trend would make the forecast less accurate, not more useful for promotional planning.
Study tip: On Tableau exam questions, if you see "causal," "external event," or "planned promotion" language, that's a signal that the answer involves the limits of time-series forecasting — which cannot capture drivers absent from historical data.
Question 3
For a stable monthly series, Tableau's prediction interval is relatively narrow for the first forecasted month but considerably wider for the twelfth forecasted month. The confidence level is unchanged.
What is the best conceptual explanation for the wider interval?
- Forecast uncertainty can accumulate with horizon because estimates farther from observed data depend on more unobserved future evolution. (correct answer)
- Tableau automatically raises the confidence level for later periods even when the selected level remains unchanged.
- A wider interval proves that the twelfth month has stronger seasonality than the first forecasted month.
- The model uses fewer historical observations for each successive period and eventually retains only the latest observation.
Explanation: When you see a question about forecast intervals in Tableau, the core concept to anchor on is forecast uncertainty and how it behaves over time. Prediction intervals aren't static — they reflect how much the model's confidence degrades as it projects further into the future.
Forecasting models estimate future values by extrapolating patterns from historical data. Each step forward in time introduces additional uncertainty, because the model has never observed that future state. By the twelfth forecasted month, the model has had to "stack" twelve steps worth of unobserved evolution — errors and unknowns compound across the entire horizon. This is why A is correct: uncertainty accumulates with forecast horizon, widening the prediction interval even when the confidence level stays fixed.
B is wrong because Tableau does not silently raise the confidence level for later periods. The confidence level is a user-controlled parameter; the widening interval reflects greater uncertainty, not a shifted level. Confusing the width of an interval with the confidence level is a classic trap. C is incorrect because interval width is not a measure of seasonality strength — a wider interval signals uncertainty, not a stronger seasonal pattern. D describes a fundamentally false mechanism. Tableau's exponential smoothing models use all available historical data; the model does not progressively discard observations for each successive forecast period.
A useful study tip: on Tableau forecast questions, always distinguish between three separate concepts — confidence level (what you set), prediction interval width (what the model outputs), and sources of uncertainty (horizon, data volatility, model fit). Mixing these up is exactly what distractors B, C, and D are designed to exploit.
Question 7
A Tableau view initially shows total monthly revenue and one company-wide forecast. The analyst adds Region to the view, producing a separate time-series line for each region.
Which consequence is most important when interpreting the resulting forecasts?
- Tableau can fit forecasts separately by region, so each line may use a different model and have different intervals. (correct answer)
- Tableau must retain the company-wide model, so every region receives the same trend and seasonal parameters.
- Tableau allocates the original company-wide forecast to regions in proportion to each region's latest actual value.
- Tableau combines all regional observations into one longer time series before estimating a single regional forecast.
Explanation: When you add a dimension like Region to a Tableau view that already has a forecast, it's essential to understand how Tableau's forecasting engine responds — specifically, whether it produces one shared model or multiple independent models.
Tableau's forecasting algorithm treats each distinct mark in the view as a separate time series. The moment you introduce Region, Tableau partitions the data by region and fits an independent exponential smoothing model for each partition. That means each regional line gets its own trend component, its own seasonal component, and its own prediction interval — all calibrated to that region's historical data alone. This is answer A, and it's the most important interpretive consequence because a region with volatile data may produce wide confidence bands, while a stable region may produce narrow ones, making direct visual comparison tricky if you treat all forecasts as equally reliable.
B is wrong because Tableau does not lock in a company-wide model when you disaggregate the data. Each series is modeled fresh — parameters are not shared or inherited.
C is wrong because Tableau never performs proportional allocation of an aggregate forecast. It doesn't take a company-wide number and divide it down; it re-estimates from the underlying regional data directly.
D is wrong because Tableau does the opposite — it splits observations by region rather than pooling them together. Pooling would defeat the purpose of adding Region to the view entirely.
As a study tip: whenever you see Tableau forecast questions involving added dimensions, ask yourself "does this partition or pool the data?" Tableau always partitions — and each partition gets its own model.