Forum Discussion
Using Theme to set Title Background & Font Color
- Anonymous8 years ago
Anonymous
I've received the below responce from Microsoft, it looks like it is currently not a function available with Themes.
We received an update from product team that We don’t yet support formatting the title of visuals through themes.
We have done extensive research and troubleshooting to understand the issue which you are facing. From our findings and after having discussion with product group team we got to know that this is the known issue and this is in our roadmap. Unfortunately we cannot provide any ETA at this moment. So we will be closing this case today. Appreciate your support and partnership with Microsoft. You are our valuable customer and we strive to assist you better and better every day.
Looks like we just have to wait.
Did you figure out a way todo this?
Hi turbomanson ,
The below JSON will set the title to show, the font color to white, and the background color to black. Let me know if you have any questions!
{
"name":"My Template",
"visualStyles":{
"*":{
"*":{
"title":[{
"show":true,
"fontColor":{"solid":{"color":"#FFFFFF"}},
"background":{"solid":{"color":"#000000"}}
}]
}
}
}
}- turbomanson7 years agoRegular Visitor
Anonymous , thank you very much for your help. I was curious where in documention I can find
"title"
flag. I only find this documentation, which does not have this parameter listed.
https://docs.microsoft.com/en-us/power-bi/desktop-report-themes
- id0137 years agoHelper V
Can we set the background color of specific visualizatins using themes?
- id0137 years agoHelper V
Nevermind, it looks like anything involving color is not possible as of yet: