Examine Expression Functions in Power Query M Language, essential for forming expressions for data manipulation tasks. This page provides a comprehensive list and descriptions of Expression Functions available in the M Language.
Expression Functions
Function | Description | Input | Output |
---|---|---|---|
Expression.Constant | Returns the M source code representation of a constant value. | Any | Text |
Expression.Evaluate | Returns the result of evaluating an M expression. | Text | Any |
Expression.Identifier | Returns the M source code representation of an identifier. | Text | Text |
