Entries by

Power Query: Drill Down, Dependencies and Formulas

So … we’ve built a Power Query model to calculate. It’s complex and it’s working. BUT! Someone comes along and says a calculation needs to be changed. Typically, we could add a conditional column, but here, we don’t have that luxury because of complex query dependencies. If we add a column, something it likely to […]

The New Geography Data Type in Excel: Let’s Play With It

Data Types were recently release for certain Insiders and in this video I play with the Geography Data Type to show you some strengths and weaknesses. Some things we see: – We can’t copy-paste-as-values to get rid of the Data Type and keep the value – The Geography Data Type tries to fix things for […]

VLOOKUP-True Equivalent in Power Query with Dynamic Tiers

So, we’ve got a discount grid and need to assign the right price to various amounts. Then, you want to add tiers or change the levels. VLOOKUP-True is what you’d use in native Excel. However, in Power Query (Get & Transform) this is very messy. Research revealed intense M-code solutions. In this video I show […]

Octopus Spreadsheets, Asking for Help and Conceptual Thinking

When asking for help with a spreadsheet, it’s best to distill the need down to concepts. It might not be the real work that you need help with, or even the real data. However, by distilling a challenge down to the fundamental concepts and building nonsensical models, we can see our way past technical jargon, […]

Replace Each x in a Matrix With Column Headers in PowerQuery

Imagine a grid that has students and subjects. In the Algebra column, Eric has an x. How do we replace the x in the column to show ‘Algebra’? While I was at ExcelWeekend4 someone asked how he could replace each x in a matrix with its respective column header. The solution is tough but it’s […]