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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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