Forum Discussion
jussiwaisto
Helper I
7 years agoBasic 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
Community Champion
7 years agoIt looks like you are using the wrong delimiter, replace the "," with a ";" and see if it works.
Europe use ";" while US use ","
Gl,
J
- jussiwaisto7 years ago
Helper I
Thanks, got it! So simple. :D