Forum Discussion
Anonymous
4 years agoNot applicable
How to sum two measures?
Hello everybody, I'm trying to get the total of each measure in the table (They are not columns, but measures) As you can see, there is no the right total value for both: [Bias+] and [Bias-] Once ...
- 4 years ago
Hello, you may try to create measure like below:
measure = SUMX(VALUES('COMMONDITY COMERCIAL'),[Bias-])It suppose will sum the total correctly.
Hope this can help you.
Chew_WenJie
4 years agoResolver III
Hello, you may try to create measure like below:
measure = SUMX(VALUES('COMMONDITY COMERCIAL'),[Bias-])
It suppose will sum the total correctly.
Hope this can help you.
- Anonymous4 years agoNot applicable
Yes, it solved. Thanks a lot Chew_WenJie.