Forum Discussion
Error Importing Theme File in Power BI
- 8 years ago
Anonymous Hi, in your code Color code "#A9EOEA" is invalid :) it should either be zero instead of O ("#A9E0EA") or a different Code. If you replace O by zero in this color it improts successfully, so this would be the correct code:
{
"name": "Theme1",
"dataColors": ["#003B64", "#FFF200", "#FFD500", "#A9E0EA", "#231F20", "#49494A", "#737474", "#9A9B9B", "#C3C4C4", "#E7E7E7", "#FFFFFF"],
"background":"#FFFFFF",
"foreground": "#A9E0EA",
"tableAccent": "#FFD500"
}
Hi Rut,
Have you imported the file correctly? Please share the detailed error messsage for further analysis?
Best Regards,
Angelia
I go to Switch Theme -> Import theme and get this error:
The same file is importing sucessfully if I remove the font modification part.
- v-huizhn-msft8 years agoMicrosoft Employee
Hi @Rut,
Congratulations, you can import the file successfully by removing the font modification part. You find solution by yourself. Please mark the your reply as answer, so more people will benefit from here.
Thanks,
Angelia- Rut8 years agoFrequent Visitor
v-huizhn-msft This doesn't solve my issue. I need font modification for the template to comply with my company standards. Is it possible that this font modification is not currently supported in Power Bi?