Forum Discussion
RobbLewz
6 years agoHelper II
Themes
Hello,
Our company has a custom font and wants to use it within our Power BI reports.
As a test I have tried using Vivaldi as it stands out. I created a theme file and selected it, but find several things like Matrix values, row headers, chart labels don't get affected by this. I did see a youtube demo in which they did though... Does anyone have any experiance of globally changing all text to use the one defined by the theme?
{
"name": "Vivaldi test",
"textClasses": {
"label": { "fontFace": "Vivaldi" },
"header": { "fontFace": "Vivaldi" },
"callout": { "fontFace": "Vivaldi" },
"title": { "fontFace": "Vivaldi" }
},
"visualStyles": {
"*": {
"*": {
"*": {
"*": [
{
"fontSize": 20,
"fontFamily": "Vivaldi",
"color": { "solid": {} }
}
]
}
}
}
}
1 Reply
- amitchandakSuper User
RobbLewz , refer if the generator can help
https://powerbi.tips/tools/report-theme-generator-v3/
refer few docs
https://docs.microsoft.com/en-us/power-bi/desktop-report-themes
https://www.wallstreetmojo.com/power-bi-themes/