Forum Discussion
ETom
1 year agoAdvocate I
Unable to import theme
Hi, I'm not able to import theme in desktop. I get communicat like this: I tried to verify my theme json with this: powerbi-desktop-samples/Report Theme JSON Schema at main ยท microsoft/pow...
- 1 year ago
Report schema for January 2025 is available: https://github.com/microsoft/powerbi-desktop-samples/tree/main/Report%20Theme%20JSON%20Schema
As SignedUpToSay wrote few things to change.
In my case from:"background": {"solid": {"color": "#FFFFFF","transparency": 100}}to:"background":"#FFFFFF","transparency": 100
ETom
1 year agoAdvocate I
Report schema for January 2025 is available: https://github.com/microsoft/powerbi-desktop-samples/tree/main/Report%20Theme%20JSON%20Schema
As SignedUpToSay wrote few things to change.
In my case from:
"background": {
"solid": {
"color": "#FFFFFF",
"transparency": 100
}
}
to:
"background":"#FFFFFF",
"transparency": 100