Text.Length

This function will provide the count of characters present in the specified text variable.

Syntax

Text.Length(text as nullable text) as nullable number

About

This function will provide the count of characters present in the specified text variable.

Explanation

Determine the number of characters in the text "Hello World" using Power Query function MText.Length. The output will be 11.