Forum Discussion
ThomasSan
Helper IV
3 years agoTable Filter not working when using measure
Hi everyone, when I am using the following measure: LM Change =
SWITCH(
TRUE(),
ISBLANK([LM CY]) && ISBLANK([LM PY]),
blank(),
DIVIDE(
[LM CY],
[LM PY],
...