Customizing Pivot Table columns

Hi All,
I have created a pivot table from a data flow. The current setup is "Months" in the columns and "SUM of Sales", "SUM of LBs", and "SUM of Cases" in the Values. The output gives me columns of January Sales, January LBs, January Cases, February Sales, February LBs, February Cases, and so on. Is there a way to switch the columns and the values so that the output is January Sales, February Sales,โฆDecember Sales, January LBs, February LBs,โฆ.December LBs, January Cases, February Cases,โฆDecember Cases?
Best Answer
-
So it sounds like your data is currently like this:
ID | Month | Sales | LBs | Cases
A | Jan | $5 | 2 | 7
To be able to do what you're describing, I think you'd have to unpivot (use the dynamic unpivot in MagicETL) so the structure is even longer. Like this:
ID | Metric | Month | Value
A | Sales | Jan | $5
A | LBs | Jan | 2
A | Cases | Jan | 7
Then in your pivot table you could set your Metric and Month as the columns, and the Value as the value.
Please ๐ก/๐/๐/๐ this post if you read it and found it helpful.
Please accept the answer if it solved your problem.
1
Answers
-
So it sounds like your data is currently like this:
ID | Month | Sales | LBs | Cases
A | Jan | $5 | 2 | 7
To be able to do what you're describing, I think you'd have to unpivot (use the dynamic unpivot in MagicETL) so the structure is even longer. Like this:
ID | Metric | Month | Value
A | Sales | Jan | $5
A | LBs | Jan | 2
A | Cases | Jan | 7
Then in your pivot table you could set your Metric and Month as the columns, and the Value as the value.
Please ๐ก/๐/๐/๐ this post if you read it and found it helpful.
Please accept the answer if it solved your problem.
1 -
Let's see if I have this correctโฆ.you have data that looks like thisโฆ
You create a report that looks like thisโฆ
But you want to unpivot the data so you can see All Sales, then all LBs, and all Cases.
We can take the sample2.csv data and run it through an ETL to create Sample3.csv.Which gives us this..
And put that on a cardโฆ
Does that answer your question?
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
@DavidChurchman That is what I am looking for. Thank you!
0
Categories
- All Categories
- 1.9K Product Ideas
- 1.9K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 306 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3K Transform
- 112 SQL DataFlows
- 649 Datasets
- 2.2K Magic ETL
- 4K Visualize
- 2.5K Charting
- 788 Beast Mode
- 78 App Studio
- 43 Variables
- 744 Automate
- 187 Apps
- 474 APIs & Domo Developer
- 67 Workflows
- 16 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 406 Distribute
- 117 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 139 Manage
- 136 Governance & Security
- 8 Domo Community Gallery
- 44 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 113 Community Announcements
- 4.8K Archive