Forum Discussion

Anonymous5's avatar
Anonymous5
Copper Contributor
Oct 06, 2019
Solved

Merge Question Between Data Tables with Shared Column

Hello Everyone,   I am fairly new to Excel Power Query but I am really liking this tool and what it can do. I am currently using it to access an SQL database. I am familiar with how to Merge querie...
  • SergeiBaklan's avatar
    SergeiBaklan
    Oct 07, 2019

    Anonymous5 

    Rob, you may merge your first table with second one on WO_Description_ID and extract Remarks column. After that merge resulting table with second one on FINDINGS_ID and extract remarks as Remarks.1 column.

    Select Remarks and Remarks.1 columns, on Power Query editor ribbon Add Column->Merge Columns, merge them with custom line feed separator #(lf). Or any one which you prefer. All remarks will be in resulting column.