[ROOT] dt FactInternetSale < WHERE DimCurrency.AlternateKey EQ 'CAD' > PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount < ORDER BY 2020 < SKIP 1500 > < TAKE 250 >
7 items
| DimCustomer.Name+','+DimCustomerIdId | _SUM | 2022 | 2023 | 2024 | 2025 |
|---|---|---|---|---|---|
| Miller, Jill,12914 | 2329.98 | 0.00 | 0.00 | 0.00 | 2329.98 |
| Hughes, Antonio, P,15913 | 712.27 | 0.00 | 0.00 | 712.27 | 0.00 |
| Sanchez, Katherine, S,24399 | 132.94 | 0.00 | 0.00 | 132.94 | 0.00 |
| Chandra, Allen,29327 | 53.99 | 0.00 | 0.00 | 0.00 | 53.99 |
| Nelson, Katherine,28021 | 78.98 | 0.00 | 0.00 | 0.00 | 78.98 |
| Wang, Zachary,22144 | 89.97 | 0.00 | 0.00 | 0.00 | 89.97 |
| _SUM | 1806517.50 | 68775.49 | 486282.13 | 325039.81 | 926420.07 |
Generated 2025-11-01 23:40:38.182 UTC