Text.Reverse Function in Power Query

The Text.Reverse function reverses the provided text.

Syntax

Text.Reverse(text as nullable text) as nullable text

Example: Reverse the given text.

Power Query M

= Text.Reverse("Ashish Goel")

The output is shown in the following image:

Text.Reverse function in Power Query