Forum Discussion
Anonymous
6 years agoNot applicable
PowerBI JSON Theme Slicer Default Mode to Dropdown
Hello, I am working on a JSON Theme file to make creating a reports front end more streamline. However, I am having diffcultly trying to get the slicers to default to the Dropdown Mode instead of th...
bayeshelsinki
6 years agoRegular Visitor
Hi,
I'm experiencing the same problem. I have the following json, but the default slicer does not change to dropdown. It is in list / basic mode. According to this documentation, the mode should be changeable to "Dropdown".
{
"name": "Custom Theme",
"visualStyles": {
"slicer": {
"*": {
"data": [{
"mode": "Dropdown"
}]
}
}
}
}