Forum Discussion

arnaudmanir's avatar
arnaudmanir
Frequent Visitor
3 years ago
Solved

Merging multiple rows into one based on date values

Hello. I'm new to Power Query and in dire need of some help here.   I'm in the auto finance industry and working on a table with thousands of serial numbers, corresponding funding date and payout d...
  • ovde's avatar
    3 years ago

    Hi arnaudmanir 

    I think you want to look into using the table.group function. Table.Group - PowerQuery M | Microsoft Learn

    When it comes to showing [second advance date], [second payout day] do you want to show these is separate columns? If so you might want to duplicate the relevant columns first and then use the group function with the correct aggregation to show the second or third etc. values. 

    Hope this helps!