PowerQuery Merging multiple queries

SOQLee

Board Regular
Joined
Mar 18, 2015
Messages
58
Office Version
  1. 365
Platform
  1. Windows
I would like to add 2 new columns to the Main query by merging from each Rate table. The values in the expanded column do not populate down the rows, across all data files (only the rows of 1 data file in the folder), despite having common column, ie. program code, or custom key. The steps I am using in PowerQuery are: merge query, select common column, left outer join.

My workbook query structure is:

Main -- 21,121 rows loaded from data files stored in a folder, program code, customkey

Rate1 -- connection only, table imported to PQuery, 107 rows, program code

Rate2 -- connection only, table imported to PQuery, 181 rows, customkey


Very frustrating, any advice is welcomed. Thank you.
 
Last edited:

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
UPDATE SOLVED. I cleaned up the text in the common columns using TRIM function and that seem to do the trick.


I would like to add 2 new columns to the Main query by merging from each Rate table. The values in the expanded column do not populate down the rows, across all data files (only the rows of 1 data file in the folder), despite having common column, ie. program code, or custom key. The steps I am using in PowerQuery are: merge query, select common column, left outer join.

My workbook query structure is:

Main -- 21,121 rows loaded from data files stored in a folder, program code, customkey

Rate1 -- connection only, table imported to PQuery, 107 rows, program code

Rate2 -- connection only, table imported to PQuery, 181 rows, customkey


Very frustrating, any advice is welcomed. Thank you.
 
Upvote 0

Forum statistics

Threads
1,214,427
Messages
6,119,419
Members
448,895
Latest member
omarahmed1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top