UPPER

Updated on

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.

Return Values

Same text, in uppercase.

Example

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/upper-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy