DAX Function Guide

UPPER
Empty image or helper icon

Sam McKay

CEO & Founder

How does the UPPER work?
UPPER function (DAX) converts a text string to all uppercase letters.
UPPER Formula Syntax
UPPER (<text>)
How do you use the UPPER?

It converts the string in the column to all uppercase. However, non-alphabetic characters are not included.

Related Blog Posts

Loading

Considerations when using the UPPER?

Any changes will be made to characters other than alphabets.

Related Video Tutorials

Loading

Formula examples using the UPPER
= UPPER("12ab")
Related Courses

Loading