UNICODE

Updated on

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.

Return Values

A numeric code for the first character in a text string.

Empty

Other functions related to UNICODE are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/unicode-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy