Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Issues w/ Custom Theme Import

I am having issues with my custom theme import. I created a JSON file that I believe is formatted correctly (see below), but I am getting the standard error " There was a problem importing your theme file. Please try again or choose another file". I also have the latest and greatest 64 bit version of PBI installed on a windows machine.

 

{
"name": "MyColors",
"dataColors": ["#2b8944", "#41c363", "#90dca4", "#d0f0d8", "#d2d2d2", "#919191", "#80dceb", "#ffd100", "#fff5353"],
"background":"#ffffff",
"foreground": "#d2d2d2",
"tableAccent": "#919191"
}

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

By my test and research, the issue should be casued by your last data color "#fff5353" which may have syntax error, it has 7 characters.

If you correct it to be 6 charachters, I'm afraid it will be work.

Best Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

By my test and research, the issue should be casued by your last data color "#fff5353" which may have syntax error, it has 7 characters.

If you correct it to be 6 charachters, I'm afraid it will be work.

Best Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

You are absolutley right! I was so busy going through the syntax, I missed the typo; thank you!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors