Demand Planning & Forecasting Analytics · Mission 7 of 30Easy

Forecast vs actual

Aggregate compare forecast and actual

The Brief

Lena ParkDemand Planning Managerdemand-planning

Total forecast vs total actual across all SKUs (STATISTICAL version). Two numbers.

You'll practice

SUM

Tables & columns available

fact_actualsfact6 columns
ColumnTypeKey
actual_idINTPK
sku_idINTFK → dim_skus
location_idINTFK → dim_locations
period_dateTEXT
units_soldINT
revenueREAL
fact_forecastsfact7 columns
ColumnTypeKey
forecast_idINTPK
sku_idINTFK → dim_skus
location_idINTFK → dim_locations
version_idINTFK → dim_forecast_versions
forecast_period_dateTEXT
forecast_generated_dateTEXT
forecast_qtyINT

Hints (3)

Each hint you reveal reduces the XP you can earn. Try the query first.

Hint 1

Filter version 1.

Hint 2

SUM forecast and SUM actual separately.

Hint 3

Two columns, single row.