Forum Discussion
Wilk89
2 years agoFrequent Visitor
Sum without using a function
Hi, I have a problem, I used a function that multiplies the number of pieces with the value and when sum it, the value is added incorrectly, it should be 5748, while it shows 11 496 because it still...
Wilk89
2 years agoFrequent Visitor
I have two different tables and unfortunately it doesn't work unless I have to nest it differently?
Value = SUMX('Table1','Table1'[Column1])*SUMX('Table2','Table2'[Column1])