About 462 results
Open links in new tab
  1. Complete Guide for Getting Started with Power Query in 2024 - Excel …

    Power Query is one of the advanced Excel skills that you need to learn and, in this tutorial, you will be exploring power query in detail and will be learning to transform data with it.

  2. Use IF Statement in Power Query to Test Conditions - Excel Champs

    In Power Query, if you want to create an IF statement, there’s a specific option to help you write it without a formula. For example, below is a list of numbers (100) in column A. You need a new …

  3. Using Functions and Formulas in Power Query (Guide) - Excel Champs

    Using formulas in Power Query is like formulas in Excel; you only need to know the right function or the operator to use. In the next part of this tutorial, we will learn to use a function to get the desired result …

  4. Extract Data for Last N Days (Latest Days) using Power Query (EXCEL)

    In this tutorial, I’ll show you how to set up this small but powerful way to extract data using Power Query. Step 1: Create a Query to have a Dynamic Value for the Last N Days

  5. Text Contains in Power Query (Check IF String is There) - Excel Champs

    In Power Query, you can use the Text.Contains a function that you can use to test whether a sub-string is in the string or not. Apart from this function, we can also use the IF statement to test for a …

  6. Get Today's Date in Power Query (Formulas and Functions) - Excel …

    In Power Query, if you want to get today’s date (current date in a column), you need to add a custom column by using two functions together. Note: Use the formula DateTime.Date ( DateTime.LocalNow …

  7. How to Perform VLOOKUP in Power Query in Excel

    VLOOKUP is one of the most popular functions in Excel and there’s no doubt about it. You know this from the very beginning of your Excel journey. But today I have something new for you, and you …

  8. Remove Duplicates using Power Query from Data in Excel

    Power Query allows you to remove duplicates from the data, just like in Excel. And in this tutorial, we will learn to remove duplicate values from the data.

  9. Concatenate Values (Text and Numbers) using Power Query - Excel …

    In Power Query, there are multiple methods that you can use to concatenate values (numbers and text). And in this tutorial, we will learn to use these methods. Below we have a list of first and last names in …

  10. How to Unpivot Data in Excel using Power Query

    And to unpivot data, the best way is to use the POWER QUERY. So today in this post, I’d like to share with you simple steps to convert a crosstab data into a table using POWER QUERY’s unpivot option.