Forum Discussion
bazam
7 years agoFrequent Visitor
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...
bazam
7 years agoFrequent Visitor
thank you for your reply Anonymous, you have any idea if i use the .json to increase the font?
Anonymous
7 years agoNot 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
- bazam7 years agoFrequent VisitorHi Lydia, thank you for your reply. can you please show me your test? so can i try on my side. thank you for your support.
- Anonymous7 years agoNot applicable
bazam,
I just generate a JSON file from here and modify the font size in the file from 40 to 60.{"name":"My Theme","visualStyles":{"*":{"*":{"*":[{"fontSize":60,"fontFamily":"Arial","color":{"solid":{}}}]}}}}
Regards,
Lydia- bazam7 years agoFrequent Visitoryes its works but the title also change. i need to change only the data label.