Forum Discussion
Back Blackground Power Bi
- 8 years ago
Hi All,
This is the expected result of the themes. The fix is to update your theme file to be more specific with your visualStyles section, replacing one of the wildcards with a specific entity (visual type or formatting card name). Please refer to power-bi/desktop-report-themes#report-theme-json-file-format
"visualStyles": { "*": { "*": { "*": [ { "fontSize": 12, "fontFamily": "Calibri", "color": { "solid": { "color": "#000000" } } } ] } },Best Regards,
Dale
This also hasppened to me...
It's your theme. Moreover the way PowerBI.com is handling the theme.
The first screenshot is no theme, 2nd is with the theme applied.
Here is my theme, what ever i set the font colour to is what the background changes to ... remove the font colour and it reverts back to default
Hi All,
This is the expected result of the themes. The fix is to update your theme file to be more specific with your visualStyles section, replacing one of the wildcards with a specific entity (visual type or formatting card name). Please refer to power-bi/desktop-report-themes#report-theme-json-file-format
"visualStyles": {
"*": {
"*": {
"*": [
{
"fontSize": 12,
"fontFamily": "Calibri",
"color": {
"solid": {
"color": "#000000"
}
}
}
]
}
},
Best Regards,
Dale