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...
ValtteriN
2 years agoCommunity Champion
Hi,
Use functions like SUMX. Example:
Data:
Incorrect:
Measure 15 = SUM('Table (23)'[Column1])*SUM('Table (23)'[Column2])
Correct:
Measure 16 = SUMX('Table (23)','Table (23)'[Column1]*'Table (23)'[Column2])
End result:
End result:
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/