Power Query M Value.Multiply Function is categorized under Value Functions. This function is used to Multiply value1(s)&value2(s).

Purpose of Power Query M Value.Multiply Function
This function is used to Multiply the provided value.
Return value
This function returns a multiplied value.
Syntax
=Value.Multiply(value1,value2,precision)
Arguments
Arguments | Description | Remarks | ||
value1 | as any | Mandatory | ||
value2 | as any | Mandatory | ||
precision | as nullable number | Optional |
Usage Notes
- By default, this function uses Precision.Double(s).