Forum Discussion
Anonymous
8 years agoNot applicable
visual background color changes automatically in Online Service after upload the pbix
Hi, we are facing an issue with the color setting in our visuals after uploading the pbix file to the online service as an App. The background color of some visuals is changing from white to blac...
fVoss
8 years agoAdvocate I
I am also experiencing this issue with custom themed reports. Please fix it.
Anonymous
8 years agoNot applicable
fVoss Anonymous tsennott RichFrederick Anonymous,
This is a known issue. Please check the following response from PG. And you can check the fixed example JSON file.
"visualStyles": {
"*": {
"*": {
"*": [
{
"fontSize": 12,
"fontFamily": "Calibri",
"color": {
"solid": {
"color": "#000000"
}
}
}
]
}
},
"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).
As the Theme feature is in preview, and the triple wildcard is technically working as expected, there is no “fix” coming.
We also identified a popular third-party Power BI Theme Generator website (non-Microsoft) and asked the owners to change their tool to avoid creating triple wildcards."
Regards,
Lydia
- fVoss8 years agoAdvocate I
Thanks for explaining.