Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Transpose data, turning column values into columns.

fitch1892
7 - Meteor

I have row values in a column that I want to create them as column names with their corresponding values. Can this be done with a transpose tool?

 

This is what I have... 

ID | key | value

1    color   red

1    shape round

1     size    small

 

And I want this...

ID | color | shape | size

1     red     round   small

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Hey @fitch1892, you just need to use the Cross Tab tool here. Group by ID then set the [Key] as your headers and [Value] as value:

 

DataNath_0-1660921660107.png

fitch1892
7 - Meteor

This worked great! Thank you!

Labels
Top Solution Authors