UPPER Function (DAX)

 

Converts a text string to all uppercase letters

UPPER (<text>)  

Parameters

TermDefinition
textThe text you want converted to uppercase, or a reference to a column that contains text.

Same text, in uppercase.

The following formula converts the string in the column, [ProductCode], to all uppercase. Non-alphabetic characters are not affected.

=UPPER(['New Products'[Product Code])  

Text Functions (DAX)
LOWER Function (DAX)

Community Additions

ADD
Show: