UNICODE is a DAX function that returns the Unicode code point of the first character in a text string.
Syntax
UNICODE( Text )
Argument | Properties | Description |
---|---|---|
Text | Text is the character for which you want the Unicode value. |
UNICODE is a DAX function that returns the Unicode code point of the first character in a text string.
UNICODE( Text )
Argument | Properties | Description |
---|---|---|
Text | Text is the character for which you want the Unicode value. |
A numeric code for the first character in a text string.
Empty
Other functions related to UNICODE are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy