LEN Returns the number of characters in a text string.
Syntax
LEN(text)
Parameters
text – The text whose length you want to find, or a column that contains text. Spaces count as characters.
Return Value
A whole number indicating the number of characters in the text string.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference