Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
| User | Count |
|---|---|
| 50 | |
| 39 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 40 | |
| 22 | |
| 19 |