Forum Discussion
Anonymous
6 years agoNot applicable
Sum by categories (Table)
Hi Folks! I stopped against the next wall, let's see if any good soul can help me! As you can see in the picture, I have a TABLE with the next columns: - Production Order No_ -> From Table 1...
- Anonymous6 years ago
Finally found the solution!
Cantidad Muestra TRY = CALCULATE( SUM( [Cantidad Muestra]); ALLSELECTED( ); VALUES(Table1[Sample No_]))
Anonymous
6 years agoNot applicable
Finally found the solution!
Cantidad Muestra TRY = CALCULATE( SUM( [Cantidad Muestra]); ALLSELECTED( ); VALUES(Table1[Sample No_]))