Forum Discussion

jussiwaisto's avatar
jussiwaisto
Helper I
7 years ago
Solved

Basic DAX filtering won't work

Hi,   i'm trying to make very simple DAX filtering, but for some reason my syntax won't work.   I have a table which name is 'ekoseer Sopimus'.   Then i made a measure which counts how many Id'...
  • tex628's avatar
    7 years ago

    It looks like you are using the wrong delimiter, replace the "," with a ";" and see if it works. 

    Europe use ";" while US use "," 

    Gl,
    J