[ROOT] dt FactInternetSale < WHERE DimCurrency.AlternateKey EQ 'CAD' > PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount SHUFFLE SKIP 0 SKIP 1500
7 items
| DimCustomer.Name+','+DimCustomerIdId | _SUM | 2022 | 2023 | 2024 | 2025 | 
|---|---|---|---|---|---|
| Thomas, Alexandra, C,23172 | 4809.39 | 0.00 | 3578.27 | 1231.12 | 0.00 | 
| Turner, Andrea, A,20209 | 3268.55 | 0.00 | 2049.10 | 0.00 | 1219.45 | 
| Allen, Mason,17625 | 2431.95 | 0.00 | 0.00 | 0.00 | 2431.95 | 
| Russell, Fernando,27084 | 782.99 | 0.00 | 0.00 | 782.99 | 0.00 | 
| Chen, James, D,11641 | 303.20 | 0.00 | 0.00 | 21.49 | 281.71 | 
| Hughes, Riley,29284 | 49.99 | 0.00 | 0.00 | 0.00 | 49.99 | 
| King, Gabrielle,26350 | 4.99 | 0.00 | 0.00 | 0.00 | 4.99 | 
Generated 2025-11-04 14:53:28.277 UTC