Forum Discussion

2B's avatar
2B
Regular Visitor
7 months ago
Solved

Error importing theme immediately after exporting it from another report

Hi,   version 2.149.1429.0 64-bit (November 2025)   I've got a report open with a custom theme. It's all up to date, no errors, and I've done the "update the base theme" option that pops up.   ...
  • MasonMA's avatar
    MasonMA
    7 months ago

    Microsoft’s schema documentation says that the JSON schema is “mostly additive” (Report theme JSON schema) and evolves over time, while older reports may still contain legacy property shapes. This implies that Power BI keeps backward-compatible structures internally so existing reports render correctly even if they don’t match the latest schema, but when you export a theme, Power BI writes out the theme exactly as stored in the PBIX, even if some properties are deprecated. Other user also reported that exported themes often include older structures like solid.color objects, which fail validation on re-import. if you see this below

    Solved: Unable to import theme - Microsoft Fabric Community