Forum Discussion
jussiwaisto
7 years agoHelper I
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'...
- 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
tex628
7 years agoCommunity Champion
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
jussiwaisto
7 years agoHelper I
Thanks, got it! So simple. :D