
July 23, 2024
Excel Data Cleaning Shortcuts
Handling messy data is a common challenge for anyone working with Excel. Tasks such as splitting columns, merging tables with
Read MoreJuly 23, 2024
Handling messy data is a common challenge for anyone working with Excel. Tasks such as splitting columns, merging tables with
Read MoreNovember 28, 2023
We now have a new, improved way to import data from the web to Excel. Just like in Power BI,
Read MoreJuly 18, 2023
Efficiencies gained from Power Query can be life changing. I’m not exaggerating. Power Query can reduce time spent gathering and
Read MoreMarch 23, 2023
Power Query if statements, nested if, 'if or' and 'if and' statements are a bit different to writing IF formulas
Read MoreAugust 4, 2022
Power Query variables are a great way to store data that can be used multiple times and can be easily
Read MoreApril 21, 2022
When you import data to Power Query, it's not unusual to end up with a table containing blank rows and
Read MoreApril 7, 2022
You may have data that is contained in lists or records, or even lists inside records, or records inside lists.
Read MoreMarch 3, 2022
I'm going to look at situations that appear to be fairly common: loading data into Power Query where the source
Read MoreDecember 2, 2021
Below is a list of time saving keyboard shortcuts that you can use in Power Query, in both Excel and
Read MoreNovember 11, 2021
This is my source data and I want to remove the percentages Specifically I want to remove all occurrences of
Read MoreOctober 28, 2021
If you've only ever used the user interface (Ribbon and menus) to create your transformations then you're missing out on
Read MoreOctober 7, 2021
Sometimes you have a table of data that describes a 1 to many relationship. The number of values on the
Read MoreAugust 19, 2021
In Excel we can use IFERROR to if our calculation results in an error, and we can then tell Excel
Read MoreAugust 5, 2021
Comparing table columns in Excel is a common task. You may need to identify items that are the same, different,
Read MoreJuly 29, 2021
If you've done lookups in Power Query to pull values from one table into another, you may have used a
Read MoreJuly 8, 2021
Hidden inside both Excel and Power BI is a secret Power Query function list that you can bring up while
Read MoreJune 10, 2021
Fuzzy matching is the ability to match non-identical text based on how similar one string is compared to the other.
Read MoreMay 26, 2021
If you are working with web servers, either because you are trying to scrape data or you are using a
Read MoreMay 13, 2021
In this post I'm going to use the Text.Remove and Text.Select functions in PQ to extract characters from text strings.
Read MoreMarch 31, 2021
Ordinarily when you want to create a table in Power Query, Power Pivot or PBI, you'd write a query to
Read MoreMarch 25, 2021
One of the most common issues I help people fix is data imported to Excel or Power BI using Power
Read MoreMarch 18, 2021
Nowadays many of us are saving our files to the cloud using OneDrive for Business or SharePoint Online. Unfortunately, it’s
Read MoreFebruary 18, 2021
Normal sorting behaviour is to sort based on a numeric value, either higher to lower or lower to higher. But
Read MoreJanuary 14, 2021
It's often useful to know some quick statistics about our data. Things like the minimum or maximum values, or the
Read MoreDecember 16, 2020
Here's the scenario - you've created a query in Power Query that loads data from a source, either a file
Read MoreNovember 24, 2020
There are several ways to rank things, dense ranking is when items that compare equally receive the same ranking number,
Read MoreOctober 29, 2020
My previous post searched for text in columns and returned a true/false result if a match was found. This post
Read MoreOctober 22, 2020
Let's say we have a column of text and we want to search it to see if each row contains
Read MoreOctober 15, 2020
What’s the big deal about Power Query? Talk to those who have used it and they’ll tell you how amazing
Read MoreOctober 7, 2020
In a previous post I looked at creating running totals in Power Query, here I'll be creating grouped running totals.
Read More