cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
PEEVEE
New Member

Unpivoting Multi Columns based on specific text contain in Header (Date)

Hi All,

 

I have a table in excel which is under transformation in Power BI but due to more than 300 column i am facing challenge while unpivoting data manually selection it is taking too much time and vision while selecting columns having words "Date" in it.

 

Below is snap of my TABLE 1

PEEVEE_0-1686387252668.png

above snap is 20th part of my data columns, 

Now, my requirement is to unpivot all columns having date in their headers, similarly will do with amount and so on..

I know there is a way with M Code to unpivot all columns with sepecific text in it.

 

PEEVEE_1-1686387607540.png

 

 

 

But unable to search it online

 

Please help me to find a way to automatic unpivot columns with coding or any other tips/tricks.

 

Thanks in advance.

 

 

 

4 REPLIES 4
PEEVEE
New Member

PEEVEE_0-1686540018598.png

First 2 columns are parts of fact table, so does not require any transformation.

But for all dates and amount, need to unpivot which will be in column3 and column4.

Output should be something similar to below table.

PEEVEE_1-1686540078214.png

Thanks in advance.

 

NewStep=Table.Combine(Table.TransformRows(Table1,each let a=Record.ToTable(_) in Table.Combine(Table.Group(Table.Skip(a,2),"Name",{"n",each #table(List.FirstN(a[Name],2)&List.TransformMany({1..Table.RowCount(_)},each {"Attribute","Value"},(x,y)=>y&Text.From(x)),{List.FirstN(a[Value],2)&List.Combine(Table.ToRows(_))})},0,(x,y)=>Byte.From(Text.EndsWith(y,"Date")))[n]))

this code is not working in my current PBI Power Query, if you have created any sample data for my subjected problem,  request you to please share PBIX sample file for my better understaning on code & its working.

wdx223_Daniel
Super User
Super User

then what the output you expect.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors