Forum Discussion
bklyn3
4 years agoAdvocate II
Once slicer for multiple boolean columns
Hello I have a table with 4 columns of type Boolean For example : EventID Action_A Action_B Action_C Action_D 145 True False False False 178 False True False True ...
- 4 years ago
bklyn3 , One way is to unpivot the 4 columns in power query
https://radacad.com/pivot-and-unpivot-with-power-bi
Another is to have one table with true-false values, join it with all 4 columns, and then create measures using userelationship
You can create a measure slicer using field parameters
amitchandak
4 years agoSuper User
bklyn3 , One way is to unpivot the 4 columns in power query
https://radacad.com/pivot-and-unpivot-with-power-bi
Another is to have one table with true-false values, join it with all 4 columns, and then create measures using userelationship
You can create a measure slicer using field parameters