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"
}
Sorry, no solution but I am getting the same error with this code:
{
"name": "Theme1",
"dataColors": ["#003B64", "#FFF200", "#FFD500", "#A9EOEA", "#231F20", "#49494A", "#737474", "#9A9B9B", "#C3C4C4", "#E7E7E7", "#FFFFFF"],
"background":"#FFFFFF",
"foreground": "#A9EOEA",
"tableAccent": "#FFD500"
}
I can't seem to find any problems with the code. Thoughts?
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"
}