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