Forum Discussion
Ning_pbi
6 years agoRegular Visitor
SWITCH
I tried to use SWITCH(<expression>, <value>, <result>[, <value>, <result>]…[, <else>]) to fulfill the following logic, but failed. case when <expression> = <value1> then <result1> when <express...
Ning_pbi
6 years agoRegular Visitor
problem solved. the dax works, I noticed that I did not clear the filters.
Thank you.