06. Text Functions

Manipulate strings, join values, and extract text patterns.

CONCATENATE & X
Joining two strings vs joining a list of values (Iterator).
👉
LEFT / RIGHT / MID
Extracting specific parts of a text string.
👉
LEN
Counting the number of characters in a string.
👉
UPPER / LOWER
Converting text case for standardization.
👉
SEARCH
Finding the position of a specific text inside a string.
👉
⬅ Back to DAX Menu