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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
bourne2000
Helper V
Helper V

Issue in Unpivot in Power Query

Hi

 

I am having below table

 

bourne2000_0-1645868185295.png

 

I want to have the output as follow,

 

CustomYearValue
Tower2018180051.45
Tower201916603.18

 

 

When I tried to use unpivot, I am getting below

 

bourne2000_1-1645868445253.png

 

 

Can anyone advise?

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

Rename the Value columns before the Unpivot.  Rename them to be like ValYear1, ValYear2 , that is, put the number at the end.  This will be used to identify pairs.

OK, so do the unpivot.

Then Split the Attribute column By Non-Digit to Digit.

Then Pivot the Attribute.1 column using Values and "Don't Aggregate".

--

Let me know how it goes

 

 

View solution in original post

1 REPLY 1
HotChilli
Super User
Super User

Rename the Value columns before the Unpivot.  Rename them to be like ValYear1, ValYear2 , that is, put the number at the end.  This will be used to identify pairs.

OK, so do the unpivot.

Then Split the Attribute column By Non-Digit to Digit.

Then Pivot the Attribute.1 column using Values and "Don't Aggregate".

--

Let me know how it goes

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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