Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
sandra_gc
Frequent Visitor

Set Text Size of the table values shown by See Data option

Hi folks!

 

I find the option "See Data" very useful, the only problem I have is the size of the table values. Is there any way to set the size of it?

 

To make it clear, I have modified the size of a table values in order to see if the table values size is bigger, but it ignore all the formating. 

aa.PNG

 

 

 

 

I will appreciate your help with this issue. 

 

Thanks!

 

Sandra

1 ACCEPTED SOLUTION
sandra_gc
Frequent Visitor

Hi!

 

I have found a solution to this. I created a theme where I set the font size of all visualization to 16, including the one shown in "See Data" option. This script worked for me.

 

{
    "name": "Font16",
    "dataColors": ["#ff3b30", "#5056d6", "#ffcc00", "#4cd964", "#5ac8fa", "#ff9500", "#ff2d55"],
    "background":"#FFFFFF",
    "foreground": "#007aff",
    "tableAccent": "#c2c2c2",
    "visualStyles":
    {
      "*":{
              "*":{
                  "values":
                  [{
                     "show": true,
                     "fontSize":16
                  }],
                  "columnHeaders":
                  [{
                     "show":true,
                     "fontSize":16
                     }],
                     "rowHeaders":
                  [{
                        "show":true,
                        "fontSize":16
                     }]
              }
          }
   }
}

I saved it into a json file and imported it.

 

 

ee.PNG

 

 

 

 

Sandra

 

View solution in original post

2 REPLIES 2
sandra_gc
Frequent Visitor

Hi!

 

I have found a solution to this. I created a theme where I set the font size of all visualization to 16, including the one shown in "See Data" option. This script worked for me.

 

{
    "name": "Font16",
    "dataColors": ["#ff3b30", "#5056d6", "#ffcc00", "#4cd964", "#5ac8fa", "#ff9500", "#ff2d55"],
    "background":"#FFFFFF",
    "foreground": "#007aff",
    "tableAccent": "#c2c2c2",
    "visualStyles":
    {
      "*":{
              "*":{
                  "values":
                  [{
                     "show": true,
                     "fontSize":16
                  }],
                  "columnHeaders":
                  [{
                     "show":true,
                     "fontSize":16
                     }],
                     "rowHeaders":
                  [{
                        "show":true,
                        "fontSize":16
                     }]
              }
          }
   }
}

I saved it into a json file and imported it.

 

 

ee.PNG

 

 

 

 

Sandra

 

v-qiuyu-msft
Community Support
Community Support

Hi @sandra_gc,

 

Currently there is no OOTB feature to change table data size generated from See Data. You can submit a idea here

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.