UNICHAR is a DAX function that returns the Unicode character corresponding to a given numeric value.
Syntax
UNICHAR( Number )
| Argument | Properties | Description |
|---|---|---|
| Number | Number is the Unicode number(code point) for which you want the Unicode character. |