Forum Discussion
mehaboob557
Resolver III
8 years agoSwap visuals based on bulk filter button
Hello ALL, I am learning PowerBI and i am in need of help from experts like you. I need to keep button like filters. Suppose, button1 consisits of set of versions(i.e versions 0.1, 0.2 , 0.3...
v-sihou-msft
Microsoft Employee
8 years ago
If those values "0.1~0.9" and "1.1~1.9" are filtering same column, it's not possible to split them into two slicers.
In this scenario, you can create a bucket column like:
Bucket =IF(Table[Column]<1,"0.x","1.x")
Then you can put this bucket column into a slicer. When you select a "bucket", the corresponding values will be cascading filtered in another slicer.
Regards,
- mehaboob5578 years ago
Resolver III