Forum Discussion
Tevon713
Helper V
3 years agoIncorrect SUM measure in table
Hi all... I have a simple table with account number and count field, I attempted to create simple measure. Not sure why it double when summing. Must be something simple, see below. Each row it doubl...
Anonymous
3 years agoNot applicable
Hi Tevon713 ,
What is [sum count] in table?
Try ISINSCOPE() and SUMX() function at total level.
Best Regards,
Jay
Tevon713
Helper V
3 years agoThanks Anonymous. Sum Count is a measure that summing up the "Count" of Table 1.
Here's another look in matrix.
SUM Count = SUM(Table1[Count])