Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I exported this custom theme and then added the "Title" attributes under visual styles. Once I import it back in It is not reflecting in my reports. Does anyone see a flaw?
{"name":"Tempur-Sealy 2",
"dataColors":["#8BC7F7","#46B3F3","#009FEF","#008CEE","#0078ED",
"#0050EB","#0641C8","#0B31A5","#46647C","#235A7A","#005078","#004677",
"#003C77","#002876","#032164","#061953","#FDAB89","#B687AC","#28738A",
"#A78F8F","#168980","#293537","#BB4A4A","#B59525","#475052","#6A9FB0",
"#BD7150","#7B4F71","#1B4D5C","#706060","#0F5C55","#1C2325"],
"tableAccent":"#8BC7F7","maximum":"#8BC7F7","center":"#0B31A5","minimum":"#D2D3D5",
"textClasses":{"callout":{"color":"#FAF9F7","fontSize":30},
"title":{"show":true,"color":"#FBFAF9"}},"neutral":"#B1AB90",
"visualStyles":{
"*":{"*":{
"Title":
[{
"show": true,
"fontcolor": {"solid": {"color": "#ffffff"}},
"background": {"solid": {"color": "#053196"}},
"alignment": "center",
"fontfamily":"DIN",
"fontsize": 14
}],
"visualTooltip":
[{"titleFontColor":{"solid":{"color":"#FFFFFF"}},"valueFontColor":{"solid":{"color":"#FFFFFF"}}}],
"outspacePane":[{"backgroundColor":{"solid":{"color":"#5F9FF1"}},
"foregroundColor":{"solid":{"color":"#FAF8F5"}}}]}},"page":{"*":{"background":[{"transparency":0}],
"outspace":[{"color":{"solid":{"color":"#5F9FF1"}}}]}}},"bad":"#FF97EF","good":"#86FFC5"}
Solved! Go to Solution.
Hi @JeffH ,
Please try to chang the "Title" to "title":
{
"name":"Tempur-Sealy 2",
"dataColors":[
"#8BC7F7",
"#46B3F3",
"#009FEF",
"#008CEE",
"#0078ED",
"#0050EB",
"#0641C8",
"#0B31A5",
"#46647C",
"#235A7A",
"#005078",
"#004677",
"#003C77",
"#002876",
"#032164",
"#061953",
"#FDAB89",
"#B687AC",
"#28738A",
"#A78F8F",
"#168980",
"#293537",
"#BB4A4A",
"#B59525",
"#475052",
"#6A9FB0",
"#BD7150",
"#7B4F71",
"#1B4D5C",
"#706060",
"#0F5C55",
"#1C2325"
],
"tableAccent":"#8BC7F7",
"maximum":"#8BC7F7",
"center":"#0B31A5",
"minimum":"#D2D3D5",
"textClasses":{
"callout":{
"color":"#FAF9F7",
"fontSize":30
},
"title":{
"show":true,
"color":"#FBFAF9"
}
},
"neutral":"#B1AB90",
"visualStyles":{
"*":{
"*":{
"title":[
{
"show":true,
"fontcolor":{
"solid":{
"color":"#ffffff"
}
},
"background":{
"solid":{
"color":"#053196"
}
},
"alignment":"center",
"fontfamily":"DIN",
"fontsize":14
}
],
"visualTooltip":[
{
"titleFontColor":{
"solid":{
"color":"#FFFFFF"
}
},
"valueFontColor":{
"solid":{
"color":"#FFFFFF"
}
}
}
],
"outspacePane":[
{
"backgroundColor":{
"solid":{
"color":"#5F9FF1"
}
},
"foregroundColor":{
"solid":{
"color":"#FAF8F5"
}
}
}
]
}
},
"page":{
"*":{
"background":[
{
"transparency":0
}
],
"outspace":[
{
"color":{
"solid":{
"color":"#5F9FF1"
}
}
}
]
}
}
},
"bad":"#FF97EF",
"good":"#86FFC5"
}
Best regards,
Hi @JeffH ,
Please try to chang the "Title" to "title":
{
"name":"Tempur-Sealy 2",
"dataColors":[
"#8BC7F7",
"#46B3F3",
"#009FEF",
"#008CEE",
"#0078ED",
"#0050EB",
"#0641C8",
"#0B31A5",
"#46647C",
"#235A7A",
"#005078",
"#004677",
"#003C77",
"#002876",
"#032164",
"#061953",
"#FDAB89",
"#B687AC",
"#28738A",
"#A78F8F",
"#168980",
"#293537",
"#BB4A4A",
"#B59525",
"#475052",
"#6A9FB0",
"#BD7150",
"#7B4F71",
"#1B4D5C",
"#706060",
"#0F5C55",
"#1C2325"
],
"tableAccent":"#8BC7F7",
"maximum":"#8BC7F7",
"center":"#0B31A5",
"minimum":"#D2D3D5",
"textClasses":{
"callout":{
"color":"#FAF9F7",
"fontSize":30
},
"title":{
"show":true,
"color":"#FBFAF9"
}
},
"neutral":"#B1AB90",
"visualStyles":{
"*":{
"*":{
"title":[
{
"show":true,
"fontcolor":{
"solid":{
"color":"#ffffff"
}
},
"background":{
"solid":{
"color":"#053196"
}
},
"alignment":"center",
"fontfamily":"DIN",
"fontsize":14
}
],
"visualTooltip":[
{
"titleFontColor":{
"solid":{
"color":"#FFFFFF"
}
},
"valueFontColor":{
"solid":{
"color":"#FFFFFF"
}
}
}
],
"outspacePane":[
{
"backgroundColor":{
"solid":{
"color":"#5F9FF1"
}
},
"foregroundColor":{
"solid":{
"color":"#FAF8F5"
}
}
}
]
}
},
"page":{
"*":{
"background":[
{
"transparency":0
}
],
"outspace":[
{
"color":{
"solid":{
"color":"#5F9FF1"
}
}
}
]
}
}
},
"bad":"#FF97EF",
"good":"#86FFC5"
}
Best regards,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!