Forum Discussion

jcarrier's avatar
jcarrier
Icon for Helper I rankHelper I
7 years ago
Solved

Power Query - Variable Row to Standardized Column Layout

I want to tranform the snapshot below with variable row to standardized column layout. This needs to be a Power Query solution. The desired layout is one name and address with respective accounts and...
  • jcarrier's avatar
    jcarrier
    7 years ago

    Here is the solve on this.  It's slightly modified from the desired table above as it does not have the placeholder Account columns but the respective Account columns are easily identifiable.  The key is to merge the values columns by a unique delimliter, pivot, and split columns by same delimiter.  Just have to think about data differently a bit.