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",...
keyway
6 years agoFrequent Visitor
Hi Miguel
Your assumptions are correct:
If i select more than one item using a slicer the result is always a blank value, if i select one single item from the slicer i get the correct value.