Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

IF Statement doesn't recognize False condition

My if statement doesn't recoginze the False statement.   IF(Col_X = Col_Y, 1, 0)  This doesn't work. Everything is 1 on average. The False condition is also not highligted  IF(Col_X = Col_Y, 1,,0)...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Regional Settings > DAX separators:  Use localized DAX separators: list and decimal separators are defined by windows locale settings.   Is marked

     

    When I use the recommend settings, it is working like normal luckily