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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

new button slicer visual : value fontColor theme settings ignored in Power BI Desktop

Using v 2.128.751.0 64-bit (April 2024) of Power BI Desktop : 

I am trying to create a theme file to set the default font color of the button values in the new button slicer visual, but the theme settings are not applied. Setting the font size, family works OK, but the settings for the color are completely ignored ( see code excerpt below ). I have also tried using theme colors, but to no avail. The code below is validated against the latest theme schema, and seems correct. Is this a bug or am I missing something ?

 

 

        "advancedSlicerVisual": {
            "*": {
                "value": [
                    {
                        "show": true
                    },
                    {
                        "$id": "default",
                        "fontFamily": "Segoe UI Semibold",
                        "fontColor":{"solid": {"color":"#4A4A4A"}},
                        "fontSize": 10,
                        "transparency": 0,
                        "horizontalAlignment": "center"
                    },
                    {
                        "$id": "selected",
                        "fontColor":{"solid": {"color":"#4A4A4A"}}
                    }
                ],
...

 

 

Status: Investigating

Hi @bdarbo78 ,

 

Was this issue found in the latest version? Did it work correctly in previous versions? Since this is still a preview feature, we need to investigate further.

 

Best regards.
Community Support Team_Caitlyn

 

Comments
v-xiaoyan-msft
Community Support
Status changed to: Investigating

Hi @bdarbo78 ,

 

Was this issue found in the latest version? Did it work correctly in previous versions? Since this is still a preview feature, we need to investigate further.

 

Best regards.
Community Support Team_Caitlyn

 

bdarbo78
Advocate I

The issue was already present in the previous versions. 

rjwijnen
Frequent Visitor

It looks like it is defaulting to the value for the "foreground" value.