Action.WithErrorContext
This function is intended for internal use only.
DirectQueryCapabilities.From
This function is intended for internal use only.
Embedded.Value
This function is intended for internal use only.
Excel.ShapeTable
This function is intended for internal use only.
Graph.Nodes
This function is intended for internal use only.
Module.Versions
Returns a record of module versions for the current module and its dependencies.
Progress.DataSourceProgress
This function is intended for internal use only.
SqlExpression.SchemaFrom
This function is intended for internal use only.
SqlExpression.ToExpression
Converts the provided SQL query to M code. This function is intended for internal use only.
Value.Add
Returns the sum of the two values.
Value.Alternates
Expresses alternate query plans.
Value.As
Returns the value if it's compatible with the specified type.
Value.Compare
Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second.
Value.Divide
Returns the result of dividing the first value by the second.
Value.Equals
Returns whether two values are equal.
Value.Expression
Returns an abstract syntax tree (AST) that represents the value's expression.
Value.Firewall
This function is intended for internal use only.
Value.Is
Determines whether a value is compatible with the specified type.
Value.Lineage
This function is intended for internal use only.
Value.Metadata
Returns a record containing the input's metadata.
Value.Multiply
Returns the product of the two values.
Value.NativeQuery
Evaluates a query against a target.
Value.NullableEquals
Returns whether two values are equal.
Value.Optimize
Signals Value.Expression to return the optimized expression for a value.
Value.RemoveMetadata
Strips the input of metadata.
Value.ReplaceMetadata
Replaces the input's metadata information.
Value.ReplaceType
Replaces the value's type.
Value.Subtract
Returns the difference of the two values.
Value.Traits
This function is intended for internal use only.
Value.Type
Returns the type of the given value.
Value.VersionIdentity
Returns the version identity of the value.
Value.Versions
Returns a navigation table containing the available versions of the value.
Value.ViewError
This function is intended for internal use only.
Value.ViewFunction
This function is intended for internal use only.
Variable.Value
Returns the value of the specified variable.
Variable.ValueOrDefault
Returns the value of the specified variable or the default value if the variable is not defined.