Notes

consolidated_sales_dataset

Denormalized sales dataset joining orders to customers and products for consolidated reporting. · from orders
Columns
ColumnLabelType
order_date Order Date temporal
region Region dimension
channel Sales Channel dimension
segment Customer Segment dimension
product_line Product Line dimension
category Product Category dimension
Metrics
MetricLabelExpressionFormat
total_sales Total Sales SUM(amount) currency
total_discount Total Discount SUM(discount) currency
order_count Order Count COUNT(order_id) number
avg_order_value Avg Order Value AVG(amount) currency
units_sold Units Sold SUM(quantity) number