Archive

Value.Is

Syntax Value.Is(value as any, type as type) as logical Description Value.Is Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / Value.Is

SqlExpression.SchemaFrom

Syntax SqlExpression.SchemaFrom(schema as any) as any Description SqlExpression.SchemaFrom Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / SqlExpression.SchemaFrom

Value.Subtract

Syntax Value.Subtract(value1 as any, value2 as any, optional precision as nullable number) as any Description Returns the difference of value1 and value2. An optional precision parameter may be specified, by default Precision.Double is used. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions /… Read More »Value.Subtract

Precision.Decimal

Syntax null Description An optional parameter for the built-in arithmetic operators to specify decimal precision. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / Precision.Decimal

Variable.Value

Syntax Variable.Value(identifier as text) as any Description Variable.Value Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / Variable.Value

Value.NativeQuery

Syntax Value.NativeQuery(target as any, query as text, optional parameters as any, optional options as nullable record) as any Description Evaluates query against target using the parameters specified in parameters and the options specified in options. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions… Read More »Value.NativeQuery

Value.Divide

Syntax Value.Divide(value1 as any, value2 as any, optional precision as nullable number) as any Description Returns the result of dividing value1 by value2. An optional precision parameter may be specified, by default Precision.Double is used. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions… Read More »Value.Divide

Value.ReplaceType

Syntax Value.ReplaceType(value as any, type as type) as any Description Value.ReplaceType Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / Value.ReplaceType

Value.Compare

Syntax Value.Compare(value1 as any, value2 as any, optional precision as nullable number) as number Description Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions /… Read More »Value.Compare

Value.RemoveMetadata

Syntax Value.RemoveMetadata(value as any, optional metaValue as any) as any Description Strips the input of metadata. Reference Data https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference Power Query M Functions / Value Functions / Value.RemoveMetadata