Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi guys,
I tried importing a custom theme for my company, but keep getting an error message that it doesn't work. Here's the code:
{
"name": "Company",
"dataColors": ["#015174", "#BFB4AA", "#D4CCC7", "#F8C276", "#ABBCC9", "#AAA093", "#DFBACC2","#A0A0A0"],
"background":"#FFFFFF",
"foreground": "#ee7799",
"tableAccent": "#990011"
}Any ideas what went wrong?
Solved! Go to Solution.
Hi @Anonymous ,
After play with your code, I found you are use a invalid color code, please fix bold high light part with a valid color code: (6 bit hex characters)
{
"name":"Company",
"dataColors":[
"#015174",
"#BFB4AA",
"#D4CCC7",
"#F8C276",
"#ABBCC9",
"#AAA093",
"#DFBACC2",
"#A0A0A0"
],
"background":"#FFFFFF",
"foreground":"#ee7799",
"tableAccent":"#990011"
}
Regards,
Xiaxin Sheng
Hi @Anonymous ,
After play with your code, I found you are use a invalid color code, please fix bold high light part with a valid color code: (6 bit hex characters)
{
"name":"Company",
"dataColors":[
"#015174",
"#BFB4AA",
"#D4CCC7",
"#F8C276",
"#ABBCC9",
"#AAA093",
"#DFBACC2",
"#A0A0A0"
],
"background":"#FFFFFF",
"foreground":"#ee7799",
"tableAccent":"#990011"
}
Regards,
Xiaxin Sheng
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 31 | |
| 30 | |
| 27 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 57 | |
| 36 | |
| 27 | |
| 24 | |
| 20 |