Forum Discussion
Anonymous
6 years agoNot applicable
Calculate column
How can i create calculate column with IF statement ?
Hi Anonymous
Your Column names contain "[" and "]" characters and this is reserved for defining a column in M, so you need to wrap your column in [#"[your column]"] and this should clear the error.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
6 Replies
- az38Community Champion
hi Anonymous
try
= if [ZIPCH037].[LEVEL01].[MEMBER_CAPTION] <> "План ГПКЗ" then 1 else 0- AnonymousNot applicable
I tried but already another exception
- MariuszCommunity Champion
Hi Anonymous
Your Column names contain "[" and "]" characters and this is reserved for defining a column in M, so you need to wrap your column in [#"[your column]"] and this should clear the error.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
- MariuszCommunity Champion
Hi Anonymous
Remove "(" and ")"
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.