Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.