Power Query lets you perform a series of steps to transform your Excel data. There are times when we want to do things that are not built in the user interface. This is possible with Power Query’s programming language, which is M.

Unfortunately not all of Excel’s formulas can be used in M.

For example, if we want to use the LEN Excel Function to get the length of strings, it is not supported in M.

Let me show you how I can replicate the LEN Function in M!

YouTube video
Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

DOWNLOAD EXCEL WORKBOOK

 

Let’s go through the steps in detail:

STEP 1: Select your data and turn it into an Excel Table by pressing the shortcut Ctrl + T or by going to Insert > Table

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

 

STEP 2: Go to Data > Get & Transform > From Table (Excel 2016) or Power Query > Excel Data > From Table (Excel 2013 & 2010)

Excel 2016:

 merge-columns-02

Excel 2013 & 2010:

from table

 

STEP 3: This will open up the Power Query Editor.

We want to get the length of the Channel Partners, so we need to select the CHANNEL PARTNERS column.

Go to Add Column > Add Custom Column

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

 

STEP 4: Let us create a simple M expression to replicate the LEN function in Excel.

In the New column name text box, type CHANNEL PARTNERS (LEN)

In the Custom column formula, type in: Text.Length(

From the Available columns choose CHANNEL PARTNERS and select Insert.

Then finish off the formula by entering  ) 

We now have build the following formula:

Text.Length([CHANNEL PARTNERS])

So lets quickly break down what we just did:

  • We are using the Text.Length formula to get the length of the CHANNEL PARTNERS column
  • Click OK to confirm.

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

Now you will see your changes take place.

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

 

STEP 5: Click Close & Load from the Home tab and this will open up a brand new worksheet in your Excel workbook with the updated values.

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

Congratulations! You have used a M formula for replicating the LEN function!

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

 

 

Replicating Excel's LEN Function with M in Power Query | MyExcelOnline

HELPFUL RESOURCES:

JOIN OUR FREE EXCEL COURSES BELOW
Click here to access these FREE Excel courses!

 

If you like this Excel tip, please share itEmail this to someone

email

Pin on Pinterest

Pinterest

Share on Facebook

Facebook

Tweet about this on Twitter

Twitter

Share on LinkedIn

Linkedin