Forum Discussion
Multi selection in a SWITCH(TRUE()
Hi keyway ,
Looking at your expression I'm assuming that you have an attribute column with (Salary, Taxes and Comission) and some measures with Salary, Taxes and Comission correct?
If you just make the Salary + Taxes + Comissions using a slicer should give expected result since the calculation of each measure will only be made if you select the value.
If this is not expected result can you share a sample of you data and expected value please.
You mean something like this Selection = "Taxes",[Taxes]+0 ?
- v-deddai1-msft6 years ago
Community Support
Hi 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