Forum Discussion

keyway's avatar
keyway
Frequent Visitor
6 years ago
Solved

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",...
  • MFelix's avatar
    MFelix
    6 years ago

    Hi keyway ,

     

    Yes something similar to that.

     

    Can you share a small sample of data and how you are calculating the taxes, and other measures?