We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

need help with transpose

simasarry123
8 - Asteroid

I am trying to transpose data in alteryx. I can do so in excel but not in alteryx. Attached is the data with existing and desired date tab

5 REPLIES 5
Gaurav_Dhama_
12 - Quasar

This data contains multiple tables, so you will need to break this data into multiple parts and then transpose.

Break the tables at every total row and transpose it separately.

Join it back on Employee and Month to the original data.
i can provide an example once i get back to my laptop.

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

The challenge is that the Employee ID is not populated in all columns.

So the 1st thing is to populate them.

Then you can Transpose and Cross Tab.

It seems the result is aligned to your desired output.

Transpose_20250821_workflow.png

simasarry123
8 - Asteroid

Thank you . This works. Was a bit complicated for me to understand how to play around with rows and columns.

Gaurav_Dhama_
12 - Quasar

@Yoshiro_Fujimori that is nicely done! Very Neat solution.

jrlindem
11 - Bolide

@Yoshiro_Fujimori nice job.  I played around with this a bit late last night.  In reviewing your approach, I did a very similar method to get the Employee ID casted onto each column, but was getting tripped up, like the author, on the transpose/cross-tab part.  Learned from your solution, so thank you!  -Jay

Labels
Top Solution Authors