Forum Discussion
geeklarokcmie
2 years agoHelper III
Convert Columns to Row based on the date
Hello experts:
I'd like the convert the below name columns into rows based on the date.
Here is the input:
| Date | Name_1 | Name_2 | Name_3 |
| 04/01/2024 | Apple_1mp | Meta_trxw1 | MS_appw1 |
| 04/01/2024 | Apple_2mp | Meta_trxw2 | MS_appw2 |
Expected Output:
| Date | Names |
| 04/01/2024 | Apple_1mp |
| 04/01/2024 | Meta_trxw1 |
| 04/01/2024 | MS_appw1 |
| 04/02/2024 | Apple_2mp |
| 04/02/2024 | Meta_trxw2 |
| 04/02/2024 | MS_appw2 |
you just need to highlight those columns and unpivot in power query
see attached
1 Reply
- vanessafvgCommunity Champion