RIGHT is a DAX function that returns a specified number of characters from the end of a text string.
Syntax
RIGHT(
Text,
NumberOfCharacters
)
Argument | Properties | Description |
---|---|---|
Text | The text string that contains the characters you want to extract. | |
NumberOfCharacters | Optional | The number of characters you want to extract; if omitted, 1. |