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 ...
- 8 years ago
Ok apart from the syntax of my statement I had to use ; instead of ,
mafioso
8 years agoHelper II
Ok apart from the syntax of my statement I had to use ; instead of ,