Forum Discussion
Nacujo
8 years agoFrequent Visitor
Error Importing Theme File in Power BI
I am trying to import a custom these and i am receiving the following error from Power BI: "There was a problem importing your theme file. Please try again or choose another file." I can't figure out...
- 8 years ago
You have 7 characters in one of your colors.
{
"name": "HFI Theme",
"dataColors": ["#ffce51", "#f7931d", "#67cdf2", "#b0d355", "#652c90", "#492683", "#00471af", "#6ba539"],
"background":"#FFFFFF",
"foreground": "#00471af",
"tableAccent": "#6ba539"
}Please change it and then try it again.
Regards,
Charlie Liao
v-caliao-msft
8 years agoMicrosoft Employee
You have 7 characters in one of your colors.
{
"name": "HFI Theme",
"dataColors": ["#ffce51", "#f7931d", "#67cdf2", "#b0d355", "#652c90", "#492683", "#00471af", "#6ba539"],
"background":"#FFFFFF",
"foreground": "#00471af",
"tableAccent": "#6ba539"
}
Please change it and then try it again.
Regards,
Charlie Liao
- Nacujo8 years agoFrequent Visitor
Thank you! That fixed it!!!