Forum Discussion
reendzz98
Helper I
4 years agoSwitch statement
I want to create another column - Tier in my dashboard and below is the switch statement that I have queried: tier_testing = SWITCH(
OFFICE[Sales] > 500, "Tier 1",
OFFICE[Sales] >= 300 &&...
tamerj1
Community Champion
4 years agoHi reendzz98
please change OFFICE[Sales] to SUM(OFFICE[Sales]). The rest I belive are measures so there should be no problem.