SUM vs SUMX in DAX: Why a Row-by-Row Calculation Needs an Iterator
DEV Community
SUM vs SUMX in DAX: Why a Row-by-Row Calculation Needs an Iterator
SUM takes one column. SUMX takes a table and an expression and evaluates it on every row before adding up. Worked on sixteen orders, with the 9,890 that reads 214,625 and the average that is wrong by 0.73 points.
0 comments
No comments yet.