Forum Discussion
Multicolumn Slicer for Table Filtering
- Anonymous2 years ago
I have one way out.
First replace the value false with null and change the columns type to true/false.
Create separate dax for each tf column
Make parameter with those dax
In the slicer you need to select parameter as well as in the table you need to select parameter
and you will get your desired "True" rowsIf this meets your requirement then pls accept the same as the solution.
I have one way out.
First replace the value false with null and change the columns type to true/false.
Create separate dax for each tf column
Make parameter with those dax
In the slicer you need to select parameter as well as in the table you need to select parameter
and you will get your desired "True" rows
If this meets your requirement then pls accept the same as the solution.