Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 22 | |
| 14 | |
| 11 | |
| 10 | |
| 9 |