Text.Proper

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns a text value with first letters of all words converted to uppercase.

Text.Proper(string as nullable text) as nullable text  

ArgumentDescription
stringThe string to transform.
Text.Proper("this is an apple") equals "This Is An Apple"  

Show: