Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Another theme issue, which has been around for ages.
I need to set the default mode of slicers (legacy) to dropdown. The corresponding code in the json theme file is provided below. The issue is that the setting is not immediately effective, either on existing slicer visuals or when creating new ones after applying the theme. It only becomes effective when selecting "reset all settings to default" on the slicer visuals.
"slicer": {
"*": {
"data": [
{
"mode": "Dropdown"
}
],
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.