Forum Discussion

ETom's avatar
ETom
Advocate I
1 year ago
Solved

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...
  • ETom's avatar
    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