Text.Upper Power Query Function
Text.Upper is a power query function that helps us to convert small letters to upper case. In this article, we tell you how to convert all the letters in a string to capital using Text.Upper function. Syntax It takes one parameter as a string and returns it in upper case. Text.upper Example Let’s create a…