Value.Multiply

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Value.Multiply(value1 as any, value2 as any, optional precision as nullable number) as any  

ArgumentDescription
value1The left number to multiply.
value2The right number to multiply.
optional precisionPrecision of comparison.

Precision specification

Precision.Double = 0,

Precision.Decimal = 1,

Show: