Power Fx Upper Function (Capitalize Every Character Easily) in Power Apps & Copilot Studio

Power FX - Functions

Learn how to use the Upper function’s capabilities in Power Fx to convert text to ALL capitalization, capitalizing every character of every word. This demo uses Power Apps, but it’s the same wherever Power Fx is used (such as Copilot Studio etc).

All demo code is below:

Upper("flowjoe")
Upper("FlowJoe")
Upper("FLOWJOE")