Forum Discussion
SamCarlson
6 years agoFrequent Visitor
JSON Label for Slicer Selection Control Setting 'Multi-select with CTRL"
Short version: What is the JSON label for the Slicer Selection Control Setting "Multi-select with CTRL"? I found this code which has almost everything I need but since multi-select with ctrl is a...
- 6 years ago
"slicer": {
"*": {
"selection": [{
"singleSelect": false,
"multiSelect": false,
"selectAllCheckboxEnabled": true
}]}
)
Nathaniel_C
6 years agoCommunity Champion
Hi SamCarlson ,
Here is a good place to report issues.
https://community.powerbi.com/t5/Issues/idb-p/Issues
Nathaniel