PowerQuery
Home
Blog
Functions
Patterns
Showcases
← Back to Text functions
Text.Reverse
Inverts the given text.
Syntax
Text.Reverse(text as nullable text) as nullable text
About
Inverts the given text.
Explanation
In Power Query M language, use the function Text.Reverse("123") to reverse the text "123" and get the output as "321".