SUMX

SUMX Returns the sum of an expression evaluated for each row in a table.


Syntax

SUMX(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

A decimal number.


Reference Data

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

DAX Functions / Math and Trig Functions / SUMX