[ROOT] dt FactInternetSale < WHERE DimCurrency.AlternateKey EQ 'CAD' > PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount ORDER BY 2020 DESC > SKIP 1000 < SKIP 500 > < TAKE 500 >
7 items
DimCustomer.Name+','+DimCustomerIdId | _SUM | 2021 | 2022 | 2023 | 2024 |
---|---|---|---|---|---|
Alexander, Caroline,17654 | 1759.97 | 0.00 | 0.00 | 0.00 | 1759.97 |
Harris, Samantha, A,24487 | 4.99 | 0.00 | 0.00 | 0.00 | 4.99 |
Jones, Samantha,18317 | 21.98 | 0.00 | 0.00 | 0.00 | 21.98 |
Henderson, Abigail,20441 | 39.98 | 0.00 | 0.00 | 0.00 | 39.98 |
Reed, Isaac, D,26074 | 7.28 | 0.00 | 0.00 | 0.00 | 7.28 |
Jones, Charles,22882 | 101.45 | 0.00 | 0.00 | 0.00 | 101.45 |
_SUM | 1806517.50 | 61618.95 | 486836.72 | 314943.78 | 943118.05 |
Generated 2024-11-10 07:19:27.412 UTC