Anonymous
8 years agoNot applicable
Status:
Needs Info
Report canvas backgrounds changed when publishing report to service
For some reason some of my reports (published about 1,5-2 weeks ago) has suddenly a change in background color on the report canvas from the background color I have set in the PBIX to a dark grey + t...
Benoit_L
Advocate II
8 years agoThis solved the "wallpaper" (which turned to black too) issue for me while maintaining the other customizations
But this did NOT solve the page backround which is still black on the Service .......
Any help appreciated
{
"name": "Police noire",
"foreground": "#000000",
"background":"#ffffff",
"tableAccent": "#000000",
"visualStyles": {
"*": {
"*": {
"outspace":[{
"color": {
"solid": {
"color": "#ffffff"
}
}
}
],
"*": [
{
"fontSize": 9,
"fontFamily": "Segoe UI",
"color": {
"solid": {
"color": "#000000"
}
}
}
]
}
}
}
}