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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SJim
Frequent Visitor

Make slicer 'list' or 'dropdown' with Json custom theme?

Hello, 

 

Today I am creating a custom theme with Json language. Does anyone know how to set slicer as a list by default with Json? Closest example I could find is underneath. Thanks in advance,

 

Sjim.

 

{
	"name": "SlicerTemplate",
	"visualStyles": {
		"slicer": {
			"*": {
				"general": [{
					"outlineColor": { "solid": { "color": "#444444"}},
					"outlineWeight": 1,
					"orientation": "vertical",
					"responsive": true
				}],
				"data": [{
					"mode": "Basic",
					"relativeRange": "",
					"relativePeriod": ""
				}],
				"selection": [{
					"selectAllCheckboxEnabled": false,
					"singleSelect": true
				}],
				"header": [{
					"show": true,
					"fontColor": { "solid": { "color": "#000000"}},
					"background": { "solid": { "color": ""}},
					"outline": "None",
					"textSize": 10,
					"fontFamily": "Segoe UI"
				}],
				"items": [{
					"fontColor": { "solid": { "color": "#000000"}},
					"background": { "solid": { "color": ""}},
					"outline": "None",
					"textSize": 11,
					"fontFamily": "Segoe UI"
				}]
			}
		}
	}
}  

 

1 REPLY 1
Anonymous
Not applicable

Hi,

 

I have the same question but want to default it to dropdown.

 

Thanks in advance,

 

Chantelle

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.