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

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

Reply
jinweitan
Frequent Visitor

How do I pivot to desire format

Hi

 

I have a table that looks like this:

 

IDQ1Q2Q1CommentsQ2Comments
1YesYesGoodExcellent
2YesYesGoodExcellent 2
3NoNoNot so goodBad
4YesN/AOkayNot applied.

 

and would like to make it like this

IDQuestionsAnswerCommentsAnswerComments
1Q1YesQ1CommentsGood
1Q2YesQ2CommentsExcellent
2Q1YesQ1CommentsGood
2Q2YesQ2CommentsExcellent 2

.

.

.

 

Is there anyway possible to do that?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@jinweitan , In power Query you have to unpivot

refer https://radacad.com/pivot-and-unpivot-with-power-bi

You may have to unpivot twice - https://kohera.be/blog/power-bi/how-to-unpivot-twice/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
nandukrishnavs
Community Champion
Community Champion

@jinweitan 

 

Refer to the attached pbix file.


Regards,
Nandu Krishna

amitchandak
Super User
Super User

@jinweitan , In power Query you have to unpivot

refer https://radacad.com/pivot-and-unpivot-with-power-bi

You may have to unpivot twice - https://kohera.be/blog/power-bi/how-to-unpivot-twice/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @jinweitan ,

 

1. Click the "Transform data" button to get into the Power Query Editor page.

2. Choose the table on the left and right-click the ID column.

3. Choose Unpivot other columns.

 

How do I pivot to desire format.PNG

 

You may need to duplicate your table and unpivot them separately.

 

Then using the merge function to get what you desired table.

 

Please try.

 

Aiolos Zhao

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors