PRODUCT
Last updated
Was this helpful?
The PRODUCT function multiplies multiple values together and returns the resulting value. It performs multiplication across all provided numbers or node references and is commonly used in calculations involving totals, scaling factors, or combined values.
PRODUCT(value1, value2, ... valueN)value1, value2, ... valueN: Numbers or node references to multiply.
Returns the product of the specified values.
PRODUCT(Unit Price, Units)In this example, the Total Sales measure is created using the PRODUCT function, which returns the product of the values in Unit Price and Units.

Last updated
Was this helpful?
Was this helpful?