Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
SDittmannFleet
Advocate IV
Advocate IV

BUG: Power BI JSON theme ignores slicer mode

I created a custom JSON theme. It contains slicer information as follows:

"slicer": {
            "*": {
                "data": [
                    {
                        "mode": "Dropdown"
                    }
                ],
                "items": [
                    {
                        "textSize": 14,
                        "fontColor": {
                            "solid": {
                                "color": "#666666"
                            }
                        },
                        "background": {
                            "solid": {
                                "color": "#FFFFFF"
                            }
                        }
                    }
                ],
                "header": [
                    {
                        "textSize": 15,
                        "fontColor": {
                            "solid": {
                                "color": "#666666"
                            }
                        }
                    }
                ],
                "selection": [
                    {
                        "singleSelect": false
                    }
                ],
                "background": [
                    {
                        "show": true,
                        "solid": {
                            "color": "#000000"
                        },
                        "transparency": 0
                    }
                ]
            }
        }

However, when I insert a new slicer, it always picks "Vertical List", and I then have to manually go to slicer settings/options and reset the style to default. When I do that, the slicer style then displays "Dropdown".

 

Any input is greatly appreciated.

2 REPLIES 2
Anonymous
Not applicable

Hi @SDittmannFleet ,

Please try below steps:

1. Verify JSON Syntax:
Ensure that the JSON theme file is correctly formatted and that there are no syntax errors. You can use online JSON validators to check the syntax.


2. Check Power BI Version:
Make sure you are using the latest version of Power BI Desktop, as there might be updates or fixes related to theme application.


3. Reapply the Theme:
Try reapplying the theme after inserting the slicer to see if it changes to the "Dropdown" mode.


4. Check for Overrides:
Ensure that there are no other settings or themes applied to the report that might be overriding the slicer mode.


5. Test with a New Report:
Create a new report and apply the theme before adding any slicers to see if the issue persists.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

None of these make any difference. From what I have seen online, it is a bug.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors