Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Good!
Does anyone know if you can bring out the visual edge that is generated in the application's filters?
Not the outer edge of the object but the one that is generated for the values
Solved! Go to Solution.
Power BI does not have a built-in option to directly remove this border through the slicer settings.
Apply the theme to your report through the "View" tab > "Themes" > "Switch Theme" > "Import Theme".
Here’s an example of how you can adjust slicer properties in a theme file:
{
"name": "Custom Theme",
"dataColors": [],
"visualStyles": {
"*": {
"*": {
"*": {
"slicer": {
"borderColor": "#ffffff", // Change border color to match background for invisibility
"borderStyle": "Solid"
}
}
}
}
}
}
Power BI does not have a built-in option to directly remove this border through the slicer settings.
Apply the theme to your report through the "View" tab > "Themes" > "Switch Theme" > "Import Theme".
Here’s an example of how you can adjust slicer properties in a theme file:
{
"name": "Custom Theme",
"dataColors": [],
"visualStyles": {
"*": {
"*": {
"*": {
"slicer": {
"borderColor": "#ffffff", // Change border color to match background for invisibility
"borderStyle": "Solid"
}
}
}
}
}
}
The json schema has been changed over time (did not check when exactly) but the theme in the accepted answer does not work and gives the following error when importing in Power BI (since Jan 25 release or even earlier):
Validation error(s) at /visualStyles/*/*/*: must be array (type; matching schema #/properties/visualStyles/additionalProperties/properties/*/patternProperties/%5E.%2B%24/type)
(%5E.%2B%24 = ^.*$)
I have not found a solution to change the border color of the dropdown box of the visual slicer and have found not a setting in the json schema either, but I might have overlooked it.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |