Forum Discussion
keyway
6 years agoFrequent Visitor
Multi selection in a SWITCH(TRUE()
Hi I have the followed measure Selected Item = VAR Selection = SELECTEDVALUE(Cost_Item,[Attribute],"All" RETURN SWITCH( TRUE(), Selection = "Salary", [Salary], Selection = "Taxes",...