Merge Tables in Excel Using Power Query (Easy Step-by-Step Guide) - KING OF EXCEL

Sunday, January 26, 2020

Merge Tables in Excel Using Power Query (Easy Step-by-Step Guide)

Merge Tables in Excel Using Power Query (Easy Step-by-Step Guide)

In case you prefer reading the text over watching a video, below are the written instructions.
Suppose you have a table as shown below:
Merge Tables in Excel using Power Query - Table 1
This table has the data I want to use, but it’s still missing two important columns – the ‘Product Id’ and the ‘Region’ where the sales rep operates.

This information is provided as separate tables as shown below:
Merge Tables using Power Query - Table 2 & 3
To get all this information into a single table, you will have to merge these three tables so that you can then create a Pivot Table and analyze it, or use it for other reporting/dashboarding purposes.
And by merging, I don’t mean a simple copy paste.
You’ll have to map the relevant records from Table 1 with data from Table 2 and 3.
Now you can rely on VLOOKUP or INDEX/MATCH to do this.
Or if you’re a VBA whiz, you can write a code to do this.
But these options are time-consuming and complicated as compared with Power Query.
In this tutorial, I will show you how to merge these three Excel tables into one.
For this technique to work, you need to have connecting columns. For example, in Table 1 and Table 2, the common column is ‘Item’, and in Table 1 and Table 3, the common column is ‘Sales Rep’. Also, note that there should be no repetition in these connecting columns.
Note: Power Query can be used as an add-in in Excel 2010 and 2013, and is an inbuilt feature from Excel 2016 onwards. Based on your version, some images may look different (image captures used in this tutorial are from Excel 2016).

Merge Tables Using Power Query

I have named these tables as shown below:
  1. Tabel 1 – Sales_Data
  2. Table 2 – Pdt_Id
  3. Table 3 – Region
It isn’t mandatory to rename these tables, but it’s better to give names that describe what the table is about.
At one go, you can merge only two tables in Power Query.
So we will first have to merge Table 1 and Table 2 and then merge Table 3 into it in the next step.

Merging Table 1 and Table 2

To merge tables, you first need to convert these tables into connections in Power Query. Once you have the connections, you can easily merge these.
Here are the steps to save an Excel table as a connection in Power Query:
  1. Select any cell in Sales_Data table.
  2. Click the Data tab.Merge Tables using Power Query - Data tab
  3. In the Get & Transform group, click on ‘From Table/Range’. This will open the Query editor.Merge Tables using Power Query - from table range
  4. In the Query editor, click the ‘File’ tab.Merge Tables using Power Query - File tab in qury editor
  5. Click on ‘Close and Load To’ option.Merge Tables using Power Query - Close and Load to
  6. In the ‘Import Data’ dialog box, select ‘Only Create Connection’.Merge Tables using Power Query - only create connection
  7. Click OK.
The above steps would create a connection with the name Sales_Data (or any name that you have given to the Excel Table).
Repeat the above steps for Table 2 and Table 3.
So when you’re done, you will have three connections (with the name Sales_Data, Pdt_Id, and Region).
Merge table columns in Excel using Power Query - three queries
Now let’s see how to merge the Sales_Data and Pdt_Id table.
  1. Click on the Data tab.Merge Tables using Power Query - Data tab
  2. In the Get & Transform Data group, click on Get Data.
  3. In the drop-down, click on Combine Queries.
  4. Click on Merge. This will open the Merge dialog box.Merge Tables using Power Query - Combine queries merge queries options
  5. In the Merge dialog box, select ‘Sales_Data’ from the first drop down.Select Sales Data in the Merge Dialog box
  6. Select ‘Pdt_Id’ from the second drop down.Select Product Id in Merge dialog box
  7. In ‘Sales_Data’ preview, click on the ‘Item’ column. Doing this will select the entire column.
  8. In ‘Pdt_Id’ preview, click on the ‘Item’ column. Doing this will select the entire column.Select Columns that are common - merge tables in Excel
  9. In the ‘Join Kind’ drop-down, select ‘Left Outer (all from first, matching from second)’.Merge Tables in Excel using Power Query Join drop down
  10. Click OK.
The above steps would open the Query editor and show you the data from the Sales_Data with one additional column (of Pdt_Id).
Merge Tables using Power Query - Extra column when combining data

Merging the Excel Tables (Table 1 & 2)

Now the process of merging the tables will happen within the Query editor with the following steps:
  1. In the additional column (Pdt_Id), click on the double pointed arrow in the header.Click on double pointed arrow in Product Id column
  2. From the options box that opens, uncheck all the column names and only select Item. This is because we already have the product name column in the existing table, and we only want the product ID for each product.
  3. Uncheck the option ‘Use original column name as prefix’.
  4. Click Ok.
This would give you the resulting table that has every record from Sales_Data table and an additional column that has product ids as well (from the Pdt_Id table).
Merge tables with the extra column in sales data result
Now if you only want to combine two tables, you can load this Excel you’re done.
But we have three tables to merge, so there is more work to be done.
You need to save this resulting table as a connection (so that we can use it to merge it with Table 3).
Here are the steps to save this merged table (with data from Sales_Data and Pdt_Id table) as a connection:
  1. Click the File tab
  2. Click on ‘Close and Load to’ option.
  3. In the ‘Import Data’ dialog box, select ‘Only Create Connection’.
  4. Click OK.
This will save the newly merged data as a connection. You can rename this connection if you want.
Merge1 table in Power Query

Merging Table 3 with the Resulting Table

The process of merging the third table with the resultant table (that we got by merging Table 1 and Table 2) is exactly the same.
Here are the steps to merge these tables:
  1. Click on the Data tab.
  2. In the Get & Transform Data group, click on ‘Get Data’.
  3. In the drop-down, click on ‘Combine Queries.
  4. Click on ‘Merge’. This will open the Merge dialog box.
  5. In the Merge dialog box, Select ‘Merge1’ from the first drop down.
  6. Select ‘Region’ from the second drop down.
  7. In ‘Merge1’ preview, click on the ‘Sales Rep’ column. Doing this will select the entire column.
  8. In Region preview, click on the ‘Sales Rep’ column. Doing this will select the entire column.
  9. In the ‘Join Kind’ drop-down, select Left Outer (all from first, matching from second).
  10. Click OK.
The above steps would open the Query editor and show you the data from Merge1 with one additional column (Region).
Now the process of merging the tables will happen within the Query editor with the following steps:
  1. In the additional column (Region), click on the double pointed arrow in the header.
  2. From the options box that opens, uncheck all the column names and only select Region.
  3. Uncheck the option ‘Use original column name as prefix’.
  4. Click Ok.
The above steps would give you a table that has all the three tables merged (Sales_Data table with one column for Pdt_Id and one for Region).
Here are the steps to load this table in Excel:
  1. Click the File tab.
  2. Click on ‘Close and Load to’.
  3. In the ‘Import Data’ dialog box, select Table and New Worksheets options.
  4. Click OK.
This would give you the resulting merged table in a new worksheet.
One of the best things about Power Query is that you can easily accommodate any changes in the underlying data (Table 1, 2 and 3) by simply refreshing it.
For example, suppose Laura gets transferred to Asia and you get new data for the next month. Now you don’t have to repeat the above steps again. All you need to do is refresh the table and it will do everything it all over again for you.
#evba #etipfree #kingexcel
📤You download App EVBA.info installed directly on the latest phone here : https://www.evba.info/p/app-evbainfo-setting-for-your-phone.html?m=1

Popular Posts