Forum Discussion
Consolidating and manipulating data from different workbooks into one workbook
I added a Merge Query named Test1PQ+TestResultDataSet as a variant to the Pivot View which shows all rows in the Test1 Power Query sheet + all rows of the Test Merged Source which table name is "TestResultDataSet" result shown in image below.
At first the Merge Query wouldn't match when I selected the Full Outer join (all rows from both)
so I checked the Test Merge Source data set sheet tab and found that there were excel ctrl+enter characters in the SC Number column so I used the formula:
=SUBSTITUTE(TestResultDataSet[@[SC Number]],CHAR(10),)
which replaces CHAR(10) with nothing ( ctrl+enter is CHAR(10) )
Note: I did not remove the duplicated SC Number columns from the resulting merged data set to verify, confirm, and show they match (You can choose to remove whichever column you wish).
updated File attached below
Let me know if you have questions or clarifications.
cheers