RIGHT DAX Function (Text)
Returns the specified number of characters from the end of a text string.
Syntax
Parameter | Attributes | 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. |
Return values
A text string containing the specified right-most characters.
Related functions
Other related functions are:
Last update: Dec 7, 2019 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo
MSDN documentation: https://docs.microsoft.com/en-us/dax/right-function-dax