March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hi Everyone,
I want to customize my Power BI font cause they were too finite to fulfill the brand requirements/.
I've followed this video to generate the JSON file and imported it to the Power BI theme.
Of Course, it worked on current visuals on my canvas.
But when I want to change the font for some special visuals and reuse that font, i can't find that font in the font pane.
Anyone knows why? maybe this would be a bug should be fixed?
Solved! Go to Solution.
Hi @MoonForYoung- ,
The list of font can not be change currently, if you want to reuse that font, please click "reset to default" and the bottom.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @MoonForYoung- ,
You can refer this code to do that:
{ "name" :"ForTablevisual",
"visualStyles": {
"tableEx": {
"*": {
"*": [{
"fontSize": 12,
"fontFamily": "Microsoft YaHei"
}]
}
}
}
}
For more details, you can refer ths visualName list:
Use report themes in Power BI Desktop - Power BI | Microsoft Docs
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
than you for your reply.
seems you did nothing but add the attribute 'fontSize' to the JSON file, so maybe you misunderstood what I meant, I guess.
I want to explain that after I imported the JSON file all fonts changed, and you can see the font pane did show the special type "Microsoft YaHei".
but what is more confused is if you want to find that font in the dropdown option, no way could you find it.
is it normal?
Hi @MoonForYoung- ,
The list of font can not be change currently, if you want to reuse that font, please click "reset to default" and the bottom.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use a CUSTOM FONT with Power BI Desktop!!! - YouTube
here is the guidance, if you need it.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
122 | |
89 | |
76 | |
58 | |
53 |
User | Count |
---|---|
196 | |
123 | |
107 | |
68 | |
65 |