Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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 ...
  • Chew_WenJie's avatar
    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.