Text.Upper Function in Power Query
The Text.Upper function returns the uppercase of a text value.
Syntax
Text.Upper(text as nullable text, optional culture as nullable text) as nullable text
Example: Get the uppercase version of text.
Power Query M
= Text.Upper("Hello my deaR ashish Goel")
The output of the above formula is shown below: