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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi everybody!
I am working with custom JSON templates to modify my reports in Power BI. I am trying to modify the 'Title' property (color, size, font family...) of all my visualizations but I am not able to it.
I have tried something like this, but it doesn’t works and I don’t find any solution on Internet to this problem.
"visualStyles": {
"*": {
"*": {
"Title": [{
"showTitle" : true,
"fontFamily": "Segoe (Bold)",
"fontColor": "#ff0000",
"textSize": "10"
}]
}
}
}
Best Regards
Rafa
Solved! Go to Solution.
I really don't know what thing is bad about your code, but try to do it on this link
https://powerbi.tips/tools/report-theme-generator-v3/
Good Luck.
I really don't know what thing is bad about your code, but try to do it on this link
https://powerbi.tips/tools/report-theme-generator-v3/
Good Luck.
That's a great web I didn't know, thanks!!
However, I see there is no option to modify the 'Title' property of the visualizations
I suppose it is not available yet and it will come in the next Power BI updates
Thanks for yor answer!
Rafa
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.