Monday, December 12, 2022

Calculate Difference from Previous Row Excel & Power Query


When you’re compare period data like sales from one month to another, quite often you’ll want to know the difference between the months. In a standard Excel worksheet, this is super easy to do. When you get to a pivot table, also super easy but maybe not quite as intuitive...though it can still be done super easy. The same for Power Query, easy to do but not intuitive. Thanks for coming to this video because I’ll show you these three ways to do subtract value from a previous cell.

Monday, December 5, 2022

Pivot Two Columns to Multiple Columns with Power Query


If you’re familiar with Pivot Tables in Excel, there’s a pivot feature in Power Query. Why would you want to use this feature in Power Query? Well, if it something you need to need as part of you transformation steps in Power Query then you need to know it’s there. Or if it’s a step you do on a recurring basis, Power Query makes it easier to do it with a few clicks.

Monday, November 28, 2022

Fuzzy Match Lookup in Power Query


If you’re familiar with doing a lookup in Power Query, it’s basically using the Merge feature. Inside this merge feature is a almost hidden option of using something called Fuzzy match.
If you’re used to doing lookups in Excel with VLOOKUP or INDEX/MATCH, you know that it does an exact match with the looked up text or value. What Fuzzy match does for your is to try to “guess” your looked up value and bring back your intended results. It’s neat that it would guess this and in some case with the help it can look up MSFT and bring back data associated with Microsoft (all spelled out).