Text.Length Power Query Function
The text.length power query function helps us count the number of characters in the given string. This article teaches how to implement the Text.length function. It comes under the category of Text functions of Power query. Syntax It takes one parameter as a string and returns its length. Text.length function is equivalent to the Len…