March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
I have a system that exports data to a file that is imported into Power Query with this format:
Column1 | Column2 | Column3 | Column4 | Column5 | Column6 |
a | b | c | |||
d | e | f | |||
g | h | i | |||
j | k | l | |||
m | n | o | |||
p | q | r |
The values of pair rows must be in columns 4, 5 and 6 of the unpair columns. The results should be something like this:
Column1 | Column2 | Column3 | Column4 | Column5 | Column6 |
a | b | c | d | e | f |
g | h | i | j | k | l |
m | n | o | p | q | r |
Is there any way to do this transformation in Power Query?
Hi
=Table.FromRows(List.Transform(List.Split(Table.ToRows(Previous_Step),2), List.Combine))
Stéphane
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.