Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
14 | |
13 | |
12 | |
12 | |
12 |