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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
8i5i8
New Member

Rows to columns headers

I have data in a table where I need to move one column to become the column headers (in this case designation)

 

Userid

designation

value

A

Firstname

Peter

A

Lastname

Brown

A

Role

Teamleader

B

Firstname

Mary

B

Lastname

Bloggs

B

Role

CEO

C

Firstname

John

C

Lastname

Smith

C

Role

Manager

 

So the end result becomes like this

 

Userid

Firstname

Lastname

Role

A

Peter

Brown

Teamleader

B

Mary

Bloggs

CEO

C

John

Smith

Manager

 

Can anyone help with the powerquery to acheive this please?

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

select the designation column.

Pivot (from the Transform menu)-> Choose value in the Values.

Choose "Don't aggregate" from the Advanced

View solution in original post

1 REPLY 1
HotChilli
Super User
Super User

select the designation column.

Pivot (from the Transform menu)-> Choose value in the Values.

Choose "Don't aggregate" from the Advanced

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors