Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I'm new to Power BI & Power Query and am running into a problem with a Power Query transformation.
Is there a way to take a table like this...
| Name | Column2 | Column3 | Column4 |
| Person One | 11/30/2022 | 12/2/2022 | 12/3/2022 |
| Person Two | 11/28/2022 | 11/30/2022 | 12/1/2022 |
...and make it look like this one?
| Name | Date |
| Person One | 11/30/2022 |
| Person One | 12/2/2022 |
| Person One | 12/3/2022 |
| Person Two | 11/28/2022 |
| Person Two | 11/30/2022 |
| Person Two | 12/1/2022 |
I've found some solutions that almost work, but can't quite figure out how to get there.
Solved! Go to Solution.
Hi @wyndlpoons ,
As @djurecic said, unpivot column works.
Here I made a sample file for your reference.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @wyndlpoons ,
As @djurecic said, unpivot column works.
Here I made a sample file for your reference.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yep, Unpivot Columns worked for me. Thanks for the help!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 9 | |
| 8 | |
| 6 |