Forum Discussion
Anonymous
4 years agoNot applicable
removing filter context for a switch formula
Hi all, I have a sum measure and a RankX measure based on the Sum Measure. Now I want to create a measure which uses the output of the Rankx Measure to change this number in order to be able to c...
- 4 years ago
Anonymous
It should work. Did you use correct syntax of SWITCH funtion?
should be
SWITCH (
TEUE ( ),
Rank,1,2,Rank,2,1,Ranks,3,3)
CNENFRNL
Community Champion
4 years agoMeasure = SWITCH([RANK],1,2,2,1,3)