Step 5.2. Aggregate the Data II
Summarize Sales by Product
Groups the joined transaction data by product and calculates summary values, turning many individual purchase records into a compact table that shows overall performance for each product.
Create a Product Summary Pivot
Reorganizes the grouped sales summary into a pivot table, turning the product-level results into a compact report for easier comparison. This helps present the aggregated data in a clearer, more analysis-friendly layout.