Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
dgiovannie
New Member

From column in rows to new row with first column

Can someone help me out with this problem?
I got a table like this:

DateC1C2C3
01-01-2024SteveDannyJohn
02-01-2024Harry  
03-01-2024NathanPeter 

 

What I try to accomplish is the following table

DateName
01-01-2024Steve
01-01-2024Danny
01-01-2024John
02-01-2024Harry
03-01-2024Nathan
03-01-2024Peter


Does anyone know how to accomplish this with Power Query?

1 ACCEPTED SOLUTION
AlienSx
Super User
Super User

select Date column and Unpivot Other Columns in UI (then filter if required and remove column with C* )

View solution in original post

1 REPLY 1
AlienSx
Super User
Super User

select Date column and Unpivot Other Columns in UI (then filter if required and remove column with C* )

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors