Forum Discussion

vjnvinod's avatar
vjnvinod
Impactful Individual
8 years ago

sum column error

hi ,I need to sum all the values of one coloumn, but unfortunately it showing some syntax error?

can someone have a look and let me know, how to fix this?

 

 

Regards, vinod

 

11 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    vjnvinod

     

    You have an extra ")" where it should be a "]". Try this:

     

    TERFYTDUSD = SUM(Outbound[TER_FYTD_USD])

     Hope this helps,

    Parker

    • vjnvinod's avatar
      vjnvinod
      Impactful Individual

      Anonymous

       

      thanks but

      still not able to figure out, see the below error

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        vjnvinod

         

        It looks like you're trying to do this sum in a Calculate Table expression. Try creating a measure or calculated column and then try this formula.

         

        Parker