Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi everyone:
I'm trying to get the advanced slicer visual found at this link:
https://community.fabric.microsoft.com/t5/Themes-Gallery/Performance-Dashboard/td-p/4318550
Specifically this part:
I can change the default, hover, and selected behavior of "values," but I can't change the font color of "label".
The font color of "label" is overwritten by the color of "second-level elements." Changing this value may work for default, but not for selected or hover.
I also tried changing it via a JSON file, but it didn't work. The code I used was:
{
"name": "CustomTheme",
"visualStyles": {
"advancedSlicerVisual": {
"*": {
"label": [
{
"$id": "selected",
"show": true,
"fontColor": {
"solid": {
"color": "#05FA01"
}
}
}
]
}
}
}
}
Nothing works!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.