Forum Discussion
saipawar
6 years agoHelper IV
transpose multiple date columns into rows
Hi, My current table looks like this where I have dates as column headers. I would like to transpose the date columns into rows and thus transpose the data in each of the date columns as well. Secon...
- 6 years agoHi saipawar,
On the query editor select all the columns you needs to transpose and make the unpivot that will give you the resultthat you expect.
Check documentation below:
https://support.office.com/en-us/article/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f588221c7098 - 6 years ago
I agree with the solution provided by MFelix but would like to add that when you select your column to unpivot and right click, you need to be sure to select "Unpivot only selected columns" in order to get the results you want.
ScottShearer
6 years agoResolver I
I agree with the solution provided by MFelix but would like to add that when you select your column to unpivot and right click, you need to be sure to select "Unpivot only selected columns" in order to get the results you want.