Forum Discussion
Anonymous
6 years agoNot applicable
Sum filtered by a column
Hi,
Here is a sample of my table.
I want to sum the volume for each Lot and get a visual where we can see each length with total of volume of all rows of the Lot. I create this measure but the total is for all the Lot. The expected result is 83762. What is wrong?
Measure 1 = CALCULATE(SUMX(Table1;Table1[Volume];ALLEXCEPT(Table1;Table1[LOT]))
Thanks
- Anonymous6 years ago
Find it...
I create a new table with a column call Lot and another one call Sum of volume. That works.
1 Reply
- AnonymousNot applicable
Find it...
I create a new table with a column call Lot and another one call Sum of volume. That works.