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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
durgaraop21
Helper II
Helper II

Power Query

Hi All, Can someone help me with Pivote, I know there is a sequence for transpose/pivote/unpivot to have a single row.

 

example:

Data       
CodeMonth nameABCDEF
100janM11112131415
101janM22122232425
102febM33123242526
103febM14124252627
104marM25125262728
105marM16126272829
106aprilM37127282930
107aprilM58128293031
108janM79129303132
109febM910130313233
110marchM1111131323334

 

Expected Output Like this below:

durgaraop21_1-1686546750317.png

 

 

 

1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

Hi @durgaraop21 ,

According to your description, here's my solution.

1.Select columns from A to F, then click Unpivot Columns.

vyanjiangmsft_0-1687769922974.png

Result:

vyanjiangmsft_1-1687770050429.png

2. To sort the month name column, add a custom column:

if [Month name]="jan" then 1 else if [Month name]="feb" then 2 else if [Month name]="mar" then 3 else if [Month name]="april" then 4 else 5

Sort Month name column by MonthNo column.

vyanjiangmsft_2-1687770138412.png

In a matrix, put Code in Rows, Month name and Attribute in Columns, get the result:

vyanjiangmsft_3-1687770203271.png

I attach my sample below for your reference.

 

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-yanjiang-msft
Community Support
Community Support

Hi @durgaraop21 ,

According to your description, here's my solution.

1.Select columns from A to F, then click Unpivot Columns.

vyanjiangmsft_0-1687769922974.png

Result:

vyanjiangmsft_1-1687770050429.png

2. To sort the month name column, add a custom column:

if [Month name]="jan" then 1 else if [Month name]="feb" then 2 else if [Month name]="mar" then 3 else if [Month name]="april" then 4 else 5

Sort Month name column by MonthNo column.

vyanjiangmsft_2-1687770138412.png

In a matrix, put Code in Rows, Month name and Attribute in Columns, get the result:

vyanjiangmsft_3-1687770203271.png

I attach my sample below for your reference.

 

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks For your help .....

some_bih
Super User
Super User

Hi @durgaraop21 I do not understand your request. After creation of PQ transformation your output could be pivot table and then do as I described.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!






some_bih
Super User
Super User

Hi @durgaraop21 in Excel pivot, just drop columns Months names and Product into Columns area. I hope this help





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!






Hi @some_bih , Thanks for the reply,  Only we use Power Query Editor,,......i am giving some example data in excel...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Solution Authors