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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Recoba88
Helper III
Helper III

Make Headers from two different columns (Power Query)

HIi,

 

I want to make the table below to this table 

 

Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Header 7...

 

DATA1     DATA2     DATA3   DATA4     DATA5     DATA6 

 

321321321.png

 

ANY IDEA HOW?

1 ACCEPTED SOLUTION
MarcelBeug
Community Champion
Community Champion

Yes, with the following code; replace Source with the name of your previous query step:

 

= Table.FromRows({Source[Column2]&Source[Column4]},Source[Column1]&Source[Column3])
Specializing in Power Query Formula Language (M)

View solution in original post

4 REPLIES 4
MarcelBeug
Community Champion
Community Champion

Yes, with the following code; replace Source with the name of your previous query step:

 

= Table.FromRows({Source[Column2]&Source[Column4]},Source[Column1]&Source[Column3])
Specializing in Power Query Formula Language (M)

Thanks!

 

What do you suppose to do in this case ?

 

 image001 (3).png

 

 

 

The code didn't work if I have null "headers" . I tried to create custom column and change null value to some different value like "1" but it didn't work 

Topic this is continued here.

Specializing in Power Query Formula Language (M)

Hi, it is not.

 

It is different approach to solve my question.

 

The question in this topic is how can I use your code for transformation column with null values?

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.