The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"}}
}
],
...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.