The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.