Forum Discussion
vjnvinod
8 years agoImpactful Individual
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
- AnonymousNot applicable
You have an extra ")" where it should be a "]". Try this:
TERFYTDUSD = SUM(Outbound[TER_FYTD_USD])
Hope this helps,
Parker