Forum Discussion

mafioso's avatar
mafioso
Helper II
8 years ago
Solved

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

  • Ok apart from the syntax of my statement I had to use instead of ,