Text.Lower

This function converts all characters in the input text to lowercase. It allows for an optional parameter to specify the culture, such as "en-US".

Syntax

Text.Lower(text as nullable text, optional culture as nullable text) as nullable text

About

This function converts all characters in the input text to lowercase. It allows for an optional parameter to specify the culture, such as "en-US".

Explanation

Retrieve the lowercase form of the string "AbCd" using the Power Query MText.Lower function. Result: "abcd"