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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

JSON File Theme Help (MultiRowCard Labels, Table Values)

Hi guys

I am a Power BI newbie - and haven't written code before. I'm trying to upload the below from my notepad but I keep getting an error message - can anyone see what I'm doing wrong? 

 

{
"name":"Colour Theme",
"dataColors":[
"#2051a3",
"#20b7e8",
"#00173c",
"#8965ab",
"#fl5b5d",
"#f78d28",
"#97c93d",
"#45b0b1",
"#e05f87",
],
"background":"#FFFFFF",
"foreground":"#FFFFFF",
"tableAccent":"#2051a3"
}

 

Thanks so much

Shiv

1 ACCEPTED SOLUTION
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

 


{
"name":"Colour Theme",
"dataColors":[
"#2051a3",
"#20b7e8",
"#00173c",
"#8965ab",
"#fl5b5d",
"#f78d28",
"#97c93d",
"#45b0b1",
"#e05f87",
],
"background":"#FFFFFF",
"foreground":"#FFFFFF",
"tableAccent":"#2051a3"
}


It was the wrong color hex code "#fl5b5d" in above JSON file that caused failure of import. Please change it with a correct one, for example "#F5C040", problem could be resolved.

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
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

1 REPLY 1
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

 


{
"name":"Colour Theme",
"dataColors":[
"#2051a3",
"#20b7e8",
"#00173c",
"#8965ab",
"#fl5b5d",
"#f78d28",
"#97c93d",
"#45b0b1",
"#e05f87",
],
"background":"#FFFFFF",
"foreground":"#FFFFFF",
"tableAccent":"#2051a3"
}


It was the wrong color hex code "#fl5b5d" in above JSON file that caused failure of import. Please change it with a correct one, for example "#F5C040", problem could be resolved.

 

Best regards,

Yuliana Gu

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.