Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Can someone help me out with this problem?
I got a table like this:
Date | C1 | C2 | C3 |
01-01-2024 | Steve | Danny | John |
02-01-2024 | Harry | ||
03-01-2024 | Nathan | Peter |
What I try to accomplish is the following table
Date | Name |
01-01-2024 | Steve |
01-01-2024 | Danny |
01-01-2024 | John |
02-01-2024 | Harry |
03-01-2024 | Nathan |
03-01-2024 | Peter |
Does anyone know how to accomplish this with Power Query?
Solved! Go to Solution.
select Date column and Unpivot Other Columns in UI (then filter if required and remove column with C* )
select Date column and Unpivot Other Columns in UI (then filter if required and remove column with C* )
Check out the July 2025 Power BI update to learn about new features.