
June 2, 2022
Custom Tooltips in Power BI
When you hover your mouse over an element in a visual, like a column in a clustered column chart, a
Read MoreJune 2, 2022
When you hover your mouse over an element in a visual, like a column in a clustered column chart, a
Read MoreMay 19, 2022
Conditional formatting in Power BI visuals allows you to draw attention to, or highlight, data in text or numeric fields
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 17, 2022
Writing DAX is hard enough. If there were some way to make the experience a little easier wouldn't that be
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 MoreJanuary 20, 2022
Typically in Power BI visuals like a matrix or a table, and in pivot tables in Excel, we expect the
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 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 MoreApril 29, 2021
In this post I'll be looking at ways to highlight or label values that may be of special interest in
Read MoreApril 15, 2021
In this post I'm going to show you how to use Shape Maps in Power BI, which are currently a
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 11, 2021
When you deal with elapsed time in Power Query you can make use of the Duration data type. Howevere when
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 28, 2021
You may be familiar with Custom Format Strings in Excel, if you are not then check this Excel Custom Number
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 7, 2020
In a previous post I looked at creating running totals in Power Query, here I'll be creating grouped running totals.
Read MoreSeptember 24, 2020
A running total (or cumulative sum) is when you add the previous value to the next, basically you're summing values
Read More