Forum Discussion
Deleted
Jan 31, 2017how to transpose multiple column into one column?
Can anybody help me to achieve this ?
existing table | ||||
product | red | green | yellow | blue |
chair | 10 | 20 | 30 | 40 |
table | 50 | 60 | 70 | 80 |
required table | |||
product | color | price | |
chair | red | 10 | |
chair | green | 20 | |
chair | yellow | 30 | |
chair | blue | 40 | |
table | red | 50 | |
table | green | 60 | |
table | yellow | 70 | |
table | blue | 80 |
No Macros please
Quick Video lesson on how to do this with Power Query:
- Detlef_LewinSilver ContributorHello Ishu Load the table in Power Query and unpivot the four rightmost columns. Change the column headers. Done.