Forum Discussion
adavid999
5 years agoHelper V
dax filtering
Hello, please can someone help me understand why these two filters produce slightly different results (I would have thought they are doing the same job but I am obviously misunderstanding someth...
- 5 years ago
you are doing a strict comparison using ==, so the condition is true when both sides are equal or blank.
please refer to this article: https://dax.guide/op/strictly-equal-to/