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
SignedUpToSay
1 year agoRegular Visitor
Definitely seems to be schema changes as I had similar issues.
In my case I finally fixed it by changing a few:
"fontColor": {
"solid": {
"color": "#151515"
}
}
to
"fontColor": "#151515"