Forum Discussion

bazam's avatar
bazam
Frequent Visitor
7 years ago
Solved

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's avatar
    Anonymous
    7 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