What is Power Query ?

What is Power Query ?

Table of Contents What is Power Query ? Power query is a combination of various features of Excel and VBA. It has user friendly interface to perform the day to day functions.  It can not only perform VLOOKUP of Excel but also automate the same by generating a code, on its own, in ‘M’ language….

Generate Multiple Excel sheets using Pivot table

Generate Multiple Excel sheets using Pivot table

Table of Contents Example We have Region, Product and Year wise sales in a excel sheet. Now, we need to create multiple excel sheets containing year wise and region wise sales for each product. Steps Create a pivot table: Select the data range, Go to Insert Tab –> Pivot Table –> OkKeep Region in Rows, Year in…

What is Merge Query ?

What is Merge Query ?

Table of Contents What is Merge Query ? Merge query is a feature of power query which helps us to get data from multiple files based on one or multiple common columns. Merge query works in similar fashion as VLOOKUP in excel but we can do a lot more using this feature. VLOOKUP in excel means Vertical lookup….

Merge Query – Right Anti

Merge Query – Right Anti

Table of Contents Example “Code” column is missing in table 1. “Country” and “Parts” are common columns in both the tables.  Some of the countries and parts do not have code in Table 2 (India-Item1, UAE-Item2)  Some of the countries and parts have code in Table 2 but do not have quantity in Table 1…

Merge Query – Left Anti

Merge Query – Left Anti

Table of Contents Example “Code” column is missing in table 1. “Country” and “Parts” are common columns in both the tables.  Some of the countries and parts do not have code in Table 2 (India-Item1, UAE-Item2)  Some of the countries and parts have code in Table 2 but do not have quantity in Table 1…

Merge Query – Inner Join

Merge Query – Inner Join

Table of Contents Example “Code” column is missing in table 1. “Country” and “Parts” are common columns in both the tables.  Some of the countries and parts do not have code in Table 2 (India-Item1, UAE-Item2)  Some of the countries and parts have code in Table 2 but do not have quantity in Table 1…