UPPER Function (DAX)
Converts a text string to all uppercase letters
UPPER (<text>)
Parameters
| Term | Definition |
|---|---|
| text | The 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])
Community Additions
ADD
Show: