Power Query in Excel tutorial: how to get, use and auto-refresh

This comprehensive Power Query tutorial is your entry point to mastering advanced data transformations in Excel. You will learn how to import data from diverse sources, transform and merge it according to your requirements, write formulas in the M language, automate query refreshes, and more.

In the ever-evolving world, data is essential for practically everything we do, from making crucial business decisions to settling friendly debates about the best pizza toppings. However, information often comes from different sources, in different formats, and sometimes seems as organized as a toddler's toy chest. So, here's the conundrum - how can we import, transform, and analyze data in Excel without spending hours on manual manipulations or writing complex formulas? The solution is Power Query, an invaluable tool for any data analyst, saving hours of time, reducing manual errors, and transforming an unruly informational chaos into a harmonious symphony of insights.

What is Power Query in Excel?

Power Query, also known as Get & Transform, is a multi-purpose tool in Microsoft Excel and Power BI programs that allows you to import data from a wide variety of sources and transform that data to meet your specific needs.

It was first introduced as an add-in for Excel 2010 and later became a native feature in Excel 2016 and subsequent versions. Power Query (PQ) provides a user-friendly interface for connecting to various data sources, shaping, merging and cleaning your data, and then loading it into Excel for in-depth analysis and polished reporting in the form of pivot tables, charts, dashboards, and more. Power Query in Excel

In essence, Power Query empowers Excel users to effortlessly extract, manipulate, and organize data from an expansive array of sources, making it a game-changer for professionals dealing with complex datasets.

What can Power Query be used for?

Power Query is a versatile tool with a multitude of applications. Here are some common uses:

Data extraction. Connect to various data sources, including databases, Excel files, text files, and online services.

Data transformation. A wide range of data transformation functions are available to reshape your data into a more suitable structure for analysis, such as filtering, sorting, grouping, merging, splitting columns into multiple fields, creating calculated columns, and more.

Data cleansing. Data quality is crucial for accurate analysis. PQ provides tools to identify and correct errors, remove duplicates, trim extra spaces, fill missing values, and standardize formats, ensuring that your data is clean and reliable.

Combining data. PQ makes it simple to combine and merge data from different locations into a single cohesive dataset, facilitating comprehensive analysis.

Automating workflows. Power Query records every step you take, creating a query that can be easily modified or reused later. This is especially useful when dealing with recurring data sources or when you want to keep your analysis up to date with minimal effort. Also, you can refresh your query to get the latest data from the source at any time, on demand or on a schedule.

Now that we've established what Power Query is and its potential applications, let's see how you can get this useful feature in your Excel.

How to get Power Query in Excel

The Power Query tool is available in all modern versions, spanning from Excel 2010 to Excel 365. Depending on the specific version you are using, you may need to install it as an add-in or access it directly from the ribbon.

Note.. In Excel 2007 and earlier, Power Query is not supported.

How to open Power Query in Excel 2016 – 365

In newer versions of Excel, Power Query is a built-in feature, readily accessible without any additional installations. It can be found on the Data tab under the Get & Transform Data group. To start using its features, just click on any of the commands in this group. Open Power Query in Excel 2016 – 365.

How to add Power Query to Excel 2013 and 2010

In older Excel versions, Power Query is not included by default, but you can download and install it as an add-in from the Microsoft website.

After installing the add-in and restarting Excel, you should see a new tab in the ribbon labeled Power Query. To start importing data from various sources, click one of these buttons: From File, From Database, From Web or From Other Sources. Add Power Query to Excel 2010 or 2013.

Tip. Be sure to download the correct package for your version of Excel and operating system. To check your version and bitness (32-bit or 64-bit), go to File > Account > About Excel.

Power Query Editor in Excel

The heart and soul of all data transformations lies within the Power Query Editor. It is a separate graphical interface within Excel that plays host to your queries. It is the primary workspace where you'll spend most of your time refining and reshaping your data.

You can access the Editor in two ways:

  • On the Data tab, in the Get & Transform group, click Get Data and select Launch Power Query Editor.
  • Alternatively, on the Data tab, click the Queries & Connections button to open this pane. Then, double-click a query in the pane to launch the editor.

When you connect to a data source or create a new query, the Editor opens automatically. Power Query Editor in Excel

Here are the six main elements of Power Query Editor:

  1. Ribbon. At the top of the Editor, you'll find the Ribbon, which organizes various commands and options across five main tabs: File, Home, Transform, Add Column, and View. Each tab has different groups of commands that are relevant to the specific task you want to perform.
  2. Queries. This is kind of navigations pane on the left side of the editor window that shows all the queries in your workbook. You can use this pane to rename, duplicate, reference, delete, reorder or organize your queries into groups. Just right-click on a query to see available options.
  3. Data Preview. Positioned front and center, the Data Preview pane provides a snapshot of your dataset after applying each step in your query in real-time. While its primary purpose is to facilitate data inspection, it also allows you to perform some basic transformations, such as sorting and filtering columns, changing data types, etc.
  4. Properties. On the right-hand side of the editor window, within the Querry Settings pane, you'll find the Properties section. It shows the properties of the selected query, such as its name, description and load settings. Click the All Properties link to view and modify these parameters as needed.
  5. Applied Steps: Just below the Properties section, there is the Applied Steps area that provides a chronological list of all the actions you've taken during your data transformation. You can use this list to review, edit, reorder, or delete any step in your query. You can also click on a specific step to see how it affects your data in the data preview area.
  6. Formula Bar. This is the bar at the top of the data preview area that shows the formula or expression for the selected step in your query. You can use this bar to edit or write your own formulas using the Power Query M language.

Advanced Power Query Editor

The Advanced Editor is a text-based interface that allows you to write and edit M code, the language behind Power Query. Think of it as your VIP pass to the Power Query transformation backstage. While the standard PQ interface enables you to reshape data with point-and-click actions, the Advanced Editor gives you precise control over your data transformations.

Every action you perform in Power Query generates a corresponding code in the background, using the M Language. You can view and edit this code in the Advanced Editor. To open it, click the Advanced Editor button on the Home tab, in the Query group. Advanced Power Query Editor

How to use Power Query in Excel

This section provides an overview of how to use Power Query for data analysis. You will learn the main steps involved in importing, transforming, combining, and exporting data. These steps are:

  • Get data – connect to different data sources and load them into Power Query.
  • Transform – clean and reshape the data to tailor it to your specific requirements.
  • Combine – merge data from various sources into a single, organized dataset.
  • Write formulas – craft custom formulas using the Power Query formula language.
  • Load – export your final data table to Excel and refresh it manually or automatically.

Get data

To start working with your data in Power Query, you need to import it from a source. PQ supports many different data sources such as files, databases, online services, and more.

The three most common sources can be accessed directly from the Excel ribbon - on the Data tab, in the Get & Transform Data group. These primary sources are:

  • From Text/CSV - use this option if your data is stored in a text or CSV file.
  • From Web - ideal for importing data directly from a web page.
  • From Table/Range - suitable for data that's already in Excel, organized within a table or a range.

If you need to import data from other sources, click the Get Data button, and then explore further options:

  • From File - import various file types like Excel worksheets, TXT/CSV, XML, JSON, and PDF.
  • From Database - connect to databases such as SQL Server or Microsoft Access.
  • From Azure - access data from Azure SQL Database, Azure Data Lake Storage, and other Azure services.
  • From Power Platforms - import data from Microsoft Power BI services.
  • From Other Sources - this category offers even more options, including data from Excel tables/ranges, from the web, OData feeds, ODBC, OLEDB, and others.
Get data from various sources.

For example, to use a CSV file as a data source, you can either click the From Text/CSV button on the ribbon or go a longer way: Get Data > From File > From Text/CSV. If you have multiple CSV files to combine, save them in one folder and choose the From Folder option.

In the next screen, you'll see a preview of the imported data, along with these choices:

  • Combine (for multiple files only) - lets you merge different datasets from different sources and file types.
  • Load - allows you to load the data directly into an Excel worksheet as a table, pivot table, or connection.
  • Transform Data - opens the Power Query Editor, where you can make various transformations, such as filtering, splitting, grouping, pivoting, etc. This is the option you'll use most often.
  • Cancel - lets you cancel the import process and close the dialog box.
Imported data preview

If you aim to reshape your data, the Transform Data option is the logical next step.

Transform data

Once your data is loaded into Power Query, you're in the driver's seat to refine it according to your needs. All data transformations are done within a separate interface called the Power Query Editor, where you have four main tabs to explore. You can think of data transformation as sculpting. You start with a raw material that you shape into a form that suits your purpose and that allows you to create appealing reports and dashboards.

Here are some common transformations you can perform using Power Query:

  • Sort and filter. Arrange data in ascending or descending order and filter out unwanted rows to focus on the information that matters most.
  • Add, remove or duplicate columns. Modify your dataset by adding new columns, removing unnecessary ones, or duplicating existing columns when needed.
  • Change data type. You can specify the type of data in each column, such as text, number, date, time, etc.
  • Transpose row to column and vice versa. Change the orientation of your data, transforming rows into columns for better analysis and visualization.
  • Remove duplicate rows. You can eliminate any rows that have identical values in all columns to reduce the size of your data and to avoid double-counting.
  • Trim and clean. Remove leading or trailing spaces from your text values, or any extra characters that are not part of the data to improve the quality and readability of your dataset.
  • Extract values. Extract parts of your text values based on a delimiter, position, or pattern. For example, you can extract the first name from a full name column, or the domain name from an email address column.
  • Split column. Divide a column into multiple columns based on a delimiter or a specific pattern. For example, you can split a date column into year, month, and day columns.
  • Replace or remove values or errors. You can replace any values or errors in your data with another value, such as a blank, zero, or custom value. You can also delete any rows that contain errors or missing values.
  • Add conditional column. Create new columns based on predefined conditions, allowing for dynamic data categorization. For example, you can create a column that assigns a category based on a numerical range.
  • Add column from example. Utilize examples to guide Power Query in creating new columns with desired data patterns. PQ will try to infer the logic behind your examples and apply it to the rest of the rows.
  • Group and summarize data. Aggregate data by groups, calculate sums, averages, or other statistical measures for deeper insights.
Perform data transformations in Power Query.

These transformations empower you to sculpt your data into a work of art that's not only functional but also elegant and insightful. For detailed instructions, refer to this article: How to use Power Query in Excel – practical examples.

Note. All modifications you make in the editor, collectively forming a query, constitute a new representation of the original data. When you refresh a query, each step runs automatically, eliminating the need to manually repeat the same actions. However, to use your refined data in Excel, you must load it into your workbook.

Merge and combine

One of the most useful features of Power Query is the ability to combine data from different sources into a single table. There are two main ways to do this: append and merge.

  • Appending adds rows from one table to another, as long as they have the same columns. For example, you can append sales data from different regions or months into a single table.
  • Merging joins two tables based on one or more common columns (unique identifies) like a SQL join. For example, you can merge students data from different courses based on a student name or ID column.

To combine data in the Power Query Editor, use the Merge Queries or Append Queries command, on the Home tab, in the Combine group. Merge and append queries.

To combine data that is not in Power Query yet, click Get Data > Combine Queries on the Data tab of the Excel ribbon, and then choose Merge or Append. Get and combine data in Power Query.

For a detailed end-to-end example of merging two tables by a common column, see How to join tables with Power Query.

Write formulas in Power Query

Similar to using functions and formulas in Excel worksheets, PQ also has its own set of functions to perform various calculations. These formulas are written in the Power Query formula language, also known as M. Now, here's the great news: you don't need to learn the intricacies of M language syntax to build your custom formulas. Unlike traditional coding, Power Query makes it wonderfully simple and user-friendly using a visual interface.

Let’s take an example. Imagine you want to create a column that calculates the net donation amount after tax deduction based on the values in the Donation and Tax Rate columns. The steps are:

  1. Go to the Add Column tab and click on Custom Column.
  2. In the Custom Column dialog box, enter “Net Donation” or any name you want for the New Column Name
  3. The Custom Column Formula box is where you write the formula itself. So, enter the following formula in it:

    =[Donation] * (1 - [Tax Rate])

    To refer to a specific column in the formula, select its name under Available Columns on the right side of the dialog and click Insert, or just double click the column name.

  4. As you enter a formula, Power Query checks it, and if no errors are found, displays the message “No syntax error have been detected”. If there’s an error in your formula, it will show an error message indicating the error type.
  5. Click OK, and the formula will be applied to all rows in the new column.
Write a formula in Power Query.

That's it! You've successfully created a custom column with a formula in Power Query. The formula bar shows its syntax: A custom formula in Power Query

Load data to Excel

All the transformations you apply to your data connections collectively constitute a query, which is a new representation of the original (and unchanged) data source. When you refresh a query, each step runs automatically. Queries replace the need to manually connect and shape data in Excel.

Once you've performed the necessary data transformations within Power Query, the final step is to load the resulting data into your Excel workbook. You have two options:

  • From the Power Query Editor - use the Close and Load commands on the Home tab.
  • From the Queries & Connections pane in Excel sheet - right-click a query and choose Load To.

The following steps show you how to do it from the Power Query Editor:

  1. In the Query pane on the left, select the query you want to load.
  2. On the Home tab, in the Close group, click the arrow next to Close & Load, and choose one of these options:
    • Close and Load – loads the query as a table into a new worksheet (default settings).
    • Close and Load To… – lets you specify the format and location for the output.

    If you select the first option, the loading process is already complete. If you choose the second option, proceed to the next step. Load data and close the Power Query Editor.

  3. In the Import Data dialog box, choose how you want to import the data (as Table, PivotTable or PivotChart) and where you want to place it (in a new or existing sheet). Then click OK to finish the process. Import data from Power Query to Excel.

Excel Power Query refresh

When working with Power Query, you may need to refresh your queries from time to time to get the latest data. Here are some ways to do that:

Refresh Power Query preview

To update the data displayed in the Power Query preview, simply click the Refresh Preview button on the Home tab of the editor:

  • Refresh Preview – updates the preview results for the current query.
  • Refresh All – updates the preview results for all queries in the editor.

This will reload the data from the source to reflect any changes made to your original data. All the changes you’ve made to the query steps will be applied to the new data automatically.

Refresh Power Query preview.

Refresh Power Query results in Excel

To refresh the Power Query results that have been loaded into an Excel workbook, do one of the following:

  • To update a specific query, right-click the query name in the Queries & Connections pane and select Refresh.
  • To refresh all queries in the workbook, press the Ctrl + Alt + F5 shortcut. Or, click the Refresh All button on the Data tab, in the Queries & Connections
Refresh Power Query results in Excel.

How to auto refresh Power Query without opening the file

If you need Power Query in Excel to refresh automatically without having to open the source file, you can schedule these refreshes at specified intervals. Here's how to set it up:

  1. On the Data tab, click on Queries & Connections. This will open the Queries and Connection pane on the right side of the Excel window.
  2. In the pane, right click a query that you want to schedule for automatic refresh, and then select Properties.
  3. In the Query Properties dialog box, go to the Usage tab and check the box labeled Refresh every … minutes and enter the number of minutes.
  4. Make sure the Enable background refresh option is checked.
  5. To refresh the query when you open your Excel file, select the Refresh data when opening the file check box (unselected by default).
  6. Click OK to save the changes.

That’s it! From now on, your query will be refreshed automatically every time you open the workbook or at the specified time interval, whichever comes first. This way, you can always have the latest data in your Excel file without manually refreshing it.

Schedule Power Query auto-refresh.

These are the essentials of Excel Power Query - your secret weapon for making data work for you. Now, you can easily connect to various data sources, transform, combine and clean your data, and then load it into Excel or Power BI. And don't forget the cherry on top – automatic refreshes that keep your data always up-to-date, even when you're not looking :)

15 comments

  1. The "How to auto refresh Power Query without opening the file" part is not working for me. Altough in the comments it seems Microsoft has said that this function is not even available?
    When you say not opening source file, I don't know if you mean not opening the Excel file at all. I need that it doesnt open anything and it auto refreshes in intervals withouth me opening anything. I did the steps you have outlined, but nothing is happening :(
    can you further explain how can I get this auto refresh to work?

    • Hello! I have followed all the steps in the instructions. The automatic update without opening the file works for me. Unfortunately, I can't see your file and what you have done.

      • Hey thanks for fast reply! Yeah sorry wasn't very specific hehe.
        Ohh but I just don't know what other info I can give D: My query properties look exactly the same as the one outlined in the tutorial. I got the data from a Sharepoint list and can confirm that the changes only occur when I open the Excel file in the desktop option. Is there another secret option I might be missing?

  2. I am using a query From the Web that is set to refresh every 720 minutes (12 hours or twice a day. Every time I open the file it shows the last refresh occurred when I had it open last. It does not look like it is refreshing while the File is closed.

  3. Hello,
    Is there anayway to download the data used in this topic ?

  4. Hi, How do we solve this kind of error:

    An error occurred in the ‘AP_Query (2)’ query. Expression.Error: The column 'Jan 23' of the table wasn't found.
    Details:
    Jan 23

  5. Hi,

    I am having trouble accessing the tabs on under power Query in Excel. The "Add Column" is greyed out. A number of functions are greyed out. just wondering how I can access these functions?

  6. Hello,
    I don't think the Power Query refresh in the background without opening the file works

    • It has certainly not worked for me.

    • Hello Wonderer,

      We double tested this in Excel 365, and it works as described on our side.

      I've tried 3 different connections/queries to the same source file (.csv on a local drive).

      All 3 connections refresh independently.
      For the 1st one, the refresh interval is set to 3 minutes, for the 2nd one - for 2 minutes, for the 3rd one - auto-refresh is not set.

      For the first two connections, the refresh occurred as scheduled both in the Power Query editor and in the worksheet where the results are loaded, without clicking the Refresh button and without opening the source file.

      The 3rd connection was not refreshed automatically.

      • Is the refresh working when the files are closed? Or just if the files are opened?

      • I don't believe this option works reliably. We have reached out directly to Microsoft on the issue of the auto refresh not working and have been told that it is not a function that is currently available for excel

  7. I am writing to request a blog post on Excel that covers all of the tabs(and all options present in it), and dialogue box options in the program.

    As a student, I am eager to learn more about Excel and how to use it effectively. I believe that a blog post covering all of the features of Excel would be a valuable resource for me and other students.

    Please consider it and discuss it among the you content team.

    I understand that this is a large request, but I would be grateful for any information that you can provide.

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)