[ROOT] dt FactInternetSale < WHERE DimCurrency.AlternateKey EQ 'CAD' > PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount < ORDER BY 2020 < SKIP 454 > < TAKE 7 >
7 items
| DimCustomer.Name+','+DimCustomerIdId | _SUM | 2022 | 2023 | 2024 | 2025 | 
|---|---|---|---|---|---|
| Deng, Damien, A,16873 | 578.46 | 0.00 | 0.00 | 0.00 | 578.46 | 
| Tang, Carl,21238 | 32.27 | 0.00 | 0.00 | 0.00 | 32.27 | 
| Ross, Antonio,18322 | 148.89 | 0.00 | 0.00 | 0.00 | 148.89 | 
| Gray, Jesse,14626 | 197.04 | 0.00 | 0.00 | 0.00 | 197.04 | 
| Russell, Jacqueline,18391 | 100.96 | 0.00 | 0.00 | 78.98 | 21.98 | 
| Bailey, Morgan, E,21354 | 2646.40 | 0.00 | 0.00 | 2071.42 | 574.98 | 
| Smith, Katherine, J,13197 | 105.19 | 0.00 | 0.00 | 0.00 | 105.19 | 
Generated 2025-11-04 13:16:21.461 UTC