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
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 811 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 80 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive