Forum Discussion

IncursioML1's avatar
IncursioML1
Icon for Helper I rankHelper I
4 years ago
Solved

SUMX with ALLEXCEPT not working?

 

Hi All

 

In the below I added a column with the DAX logic trying to sum up all quantities relating to a specific RelatedOrderText but getting an odd value on the newly created column.  The math is adding up to 349 where if you sum up the quantities it's adding up to 53.  What am I missing here? Is there a sort I should do first?  

 

 

NonZeroBalance = SUMX(CALCULATETABLE(VALUES(Sheet1[Quantity]),ALLEXCEPT(Sheet1,Sheet1[RelatedOrderNumberText])),Sheet1[Quantity]) 

 

 

RelatedOrderNumberTextQuantityNonZeroBalance
-12494281-20349
-12494281-214349
-12494281-321349
-12494281-135349
-12494281-270349
-12494281-270349
-12494281-405349
-12494281-26349
-12494281-26349
-124942811740349

 

 

 

 

 

3 Replies

  • Hi,

    I am not sure if I understood your question correctly, but in my opionion, the difference between the expectation and the result is because of the duplicated values. There are two -270s and two -26s.

    • IncursioML1's avatar
      IncursioML1
      Icon for Helper I rankHelper I

      Ah so the math is 

      270+26+53(the correct balance) = 349.

      How do I actually write the DAX to just sum up all quantities based on the related order text regardless of the quantities?

       

      Below is the expectation.

       

      RelatedOrderNumberTextQuantityNonZeroBalance
      -12494281-2053
      -12494281-21453
      -12494281-32153
      -12494281-13553
      -12494281-27053
      -12494281-27053
      -12494281-40553
      -12494281-2653
      -12494281-2653
      -12494281174053