Expression functions
Expression functions functions for Power Query M language.
Functions
Function | Description |
---|---|
Expression.Constant | This function retrieves the M source code representation of a fixed value. |
Expression.Evaluate | This function evaluates an M expression document and returns the result. It takes into account the available identifiers that are defined in the environment and can be referenced within the document. |
Expression.Identifier | This function returns the source code of an identifier name in M language. |