Character.FromNumber
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a number to its character value.
Character.FromNumber(number as nullable number) as nullable text
| Argument | Description |
|---|---|
| number | The number to transform. |
Show: