[ROOT] dt FactInternetSale < WHERE DimCurrency.AlternateKey EQ 'DEM' > PIVOT DimCustomer.Name+','+DimCustomerId BY OrderDate.Year() SUM SalesAmount < ORDER BY 2020 SHUFFLE < SKIP 15 > < TAKE 7 >
7 items
| DimCustomer.Name+','+DimCustomerIdId | _SUM | 2022 | 2023 |
|---|---|---|---|
| He, Vincent, M,14138 | 3578.27 | 0.00 | 3578.27 |
| Chen, Laura, C,29449 | 3399.99 | 0.00 | 3399.99 |
| Rana, Phillip,13543 | 3578.27 | 3578.27 | 0.00 |
| Browning, Marvin,29400 | 3374.99 | 0.00 | 3374.99 |
| Xu, Carol, P,13580 | 3578.27 | 3578.27 | 0.00 |
| Foster, Alexis,19417 | 699.10 | 0.00 | 699.10 |
| Jai, Peter,13686 | 3578.27 | 0.00 | 3578.27 |
Generated 2025-11-06 07:50:13.557 UTC