The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
Solved! Go to Solution.
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
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
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
45 |