How to use Power Query Custom Functions

Power Query - Custom Functions

In this post, we explore the topic of Power Query custom functions; What are they? When should we use them? And how to create them? At the time of writing, over 700 standard M functions are already available in Power Query. So why do we need custom functions at all? Custom functions use the existing M function … Read more

How to use Power Query Group By to summarize data

Power Query Group By

In this post, we look at the Power Query Group By transformation. Group By summarizes data by aggregating rows based on one or more columns. In Excel, there are many ways to group and summarize data. We might use techniques such as: In Power Query, Group By performs a similar task, but the purpose is slightly … Read more

Power Query formulas (how to use them and pitfalls to avoid)

Power Query - Formulas

Formulas are the lifeblood of Excel; they are essential to achieve even basic tasks. On the other hand, Power Query has been designed so that most transformations are accessed through the intuitive user interface. But Power Query formulas exist; it has a formula language with over 700 functions. Each time we make a transformation with the … Read more

How to split cells in Excel: 4 simple ways

Split cells - featured image

There are many circumstances where we receive information with multiple data points inside a single cell. This often occurs when the data’s original intention is slightly different from how we intend to use it. In these circumstances, we often need to split a cell into its constituent parts. This post will look at solving this … Read more