Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Total with many condition

Hi, Here's my table:   How can I calculate the volume of a RUN (or many RUN) by choosing a length who was produce in this (or these) RUN? e.g. length 8. Only in the RUN M241 for a total vol...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I succeeded to have the expecting result. In another table I have the Run so I made this measure and it works:

    CALCULATE(CALCULATE(SUMX(table;table[Volume]);ALL(table[Length]);RELATEDTABLE(RUN))

    Thanks for your support.