Expression functions

Expression functions functions for Power Query M language.

Functions

FunctionDescription
Expression.ConstantThis function retrieves the M source code representation of a fixed value.
Expression.EvaluateThis 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.IdentifierThis function returns the source code of an identifier name in M language.