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 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?

  • 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

8 Replies