PRODUCTX

PRODUCTX Returns the product of an expression evaluated for each row in a table.


Syntax

PRODUCTX(table, expression)

Parameters

Table – The table containing the rows for which the expression will be evaluated.

Expression – The expression to be evaluated for each row of the table.

Return Value

To return the product of the numbers in a column, use PRODUCT function (DAX).


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Math and Trig Functions / PRODUCTX