Forum Discussion
mafioso
8 years agoHelper II
DAX - If syntax error
Hey,
my if's syntax looks like that:
KSt = IF(RELATED('KST'[Nr] > 0), RELATED('KST'[Nr])&"_"&RELATED('KST'[Cost]))
What's wrong here? It might be easy to solve but I can't figure out the answer.
Ok apart from the syntax of my statement I had to use ; instead of ,
1 Reply
- mafiosoHelper II
Ok apart from the syntax of my statement I had to use ; instead of ,