Forum Discussion
KPI- multiple select slicer
- 6 years ago
Here is a link to the use of Parameter tables https://www.daxpatterns.com/parameter-table/
which act like slicers but are, i think more open to manipulation in DAX
Notice that even in this article the selection of multiple parameters is considered to be "bad".
I suspect your way out might be to make 3 parameter tables, for example, and allow the user to select up to 3 months. Then your DAX code would have to check each parameter and react differently depending on which one was selected.
This would be pretty advanced, but you could probably do.
Here is a link to the use of Parameter tables https://www.daxpatterns.com/parameter-table/
which act like slicers but are, i think more open to manipulation in DAX
Notice that even in this article the selection of multiple parameters is considered to be "bad".
I suspect your way out might be to make 3 parameter tables, for example, and allow the user to select up to 3 months. Then your DAX code would have to check each parameter and react differently depending on which one was selected.
This would be pretty advanced, but you could probably do.