Forum Discussion
Tex Size in Card Visual
Dear Expert,
I created a dashboard by Power BI and I used visualization card. This dashboard is used by the call center agent to monitors the KPI. But when i used the card visualization the text size is only until 40. and this size is too small for agent to see on the screen. do you have any suggestion about this?
- Anonymous7 years ago
bazam,
You can define font size for datalabels following the guide in this article. There is an example for your reference.{ "name": "MYTHEME", "visualStyles": { "card": { "*": { "labels": [ { "fontSize":60, "fontFamily": "Calibri" } ] } } } }
Regards,
Lydia
8 Replies
- AnonymousNot applicable
bazam,
The maximum font size is 40. It is not possible increase the font size, there is a similar idea about this issue, you can vote it up.
https://community.powerbi.com/t5/forums/replypage/board-id/power-bi-designer/message-id/284463
Regards,
Lydia- bazamFrequent Visitorthank you for your reply Anonymous, you have any idea if i use the .json to increase the font?
- AnonymousNot applicable
bazam,
Based on my test, it is possible to define a font size that is greater then 40 in report theme file, you can define the theme file following the guide in this article: https://docs.microsoft.com/en-us/power-bi/desktop-report-themes.
Regards,
Lydia