Forum Discussion
Euro0681
Helper II
3 years agoSUMX vs SUMX w/Summarize
I have create a measure that sums another measure (reason for this is to correct the totals): Measure 1 = if([Quantity] < 0 || [Price] < 0 || [Difference] = 0, 0, [Quantity] * [Price]) Measure 2 ...