UPPER is a DAX function that converts a text string to all uppercase letters.
Syntax
UPPER( Text )
Argument | Properties | Description |
---|---|---|
Text | The text you want converted to uppercase, or a reference to a cell that contains a text string. |
UPPER is a DAX function that converts a text string to all uppercase letters.
UPPER( Text )
Argument | Properties | Description |
---|---|---|
Text | The text you want converted to uppercase, or a reference to a cell that contains a text string. |
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])
Other functions related to UPPER are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy