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
You mean something like this Selection = "Taxes",[Taxes]+0 ?
v-deddai1-msft
Community Support
6 years agoHi keyway ,
We use the dax similar to the following to capture the multiple values from slicer:
Selecetvalues = values(table[slicer])
Would you please inform us more detailed information( your sample data(by OneDrive for Business)) if possible? Then we will help you more correctly.
Please don't contain any Confidential Information or Real data in your reply or files.
Best Regards,
Dedmon Dai