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...
Anonymous
7 years agoNot applicable
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
bazam
7 years agoFrequent Visitor
yes it's working now...thank you Lydia for your kind support. God Bless!