UPPER Function (DAX)
How does the UPPER function (DAX) work?
UPPER function (DAX) converts a text string to all uppercase letters.
UPPER Formula Syntax
UPPER (<text>)
How do you use the UPPER function?
It converts the string in the column to all uppercase. However, non-alphabetic characters are not included.
Related Blog Posts
Related Support Forum Posts
Issues creating relationships due to duplicate values
Advanced Table Functions: UNION
How To Create Tables Combining UNION & ROW Function – Power BI & DAX
Considerations when using the UPPER function
Any changes will be made to characters other than alphabets.
Related Video Tutorials
Formula examples using the UPPER function
= UPPER("12ab")