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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Reverse an Unpivot

Hi,

 

My goal is to do the reverse of an unpivot.

 

Input:

After unpivoting, I have the following table - 

Index | Attribute   | Value

0 | CategoryA | AA

0 | CategoryB | BB

1 | CategoryA | CC

1 | CategoryB | DD

 

Desired Result:

I would like to reverse the unpivot so that I have the following table - 

Index | Category A | Category B

0        | AA                | BB

1        | CC                | DD

 

Any ideas on how to do this? I tried using pivot and selecting don't summarize but it tells me there are too many rows.

 

Thanks,

Buri

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I played with this a little more and using Pivot now works. Unsure what changed, but problem solved.

View solution in original post

2 REPLIES 2
JoseEravuch1995
New Member

Hi, 

 

You can use the pivot option in the transform ribbon. Select the category column and click the pivot option. 
Hope it is helpful.  for more, you can reach out to joseeravuchira@gmail.com

 

Thank you

Anonymous
Not applicable

I played with this a little more and using Pivot now works. Unsure what changed, but problem solved.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors