Character.FromNumber

This function provides the character that corresponds to a given numeric value.

Syntax

Character.FromNumber(number as nullable number) as nullable text

About

This function provides the character that corresponds to a given numeric value.

Explanation

Determine the character value corresponding to the number 9 using the Power Query MCharacter.FromNumber() function. The output will be "#(tab)".