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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Deemo
Advocate II
Advocate II

Is it possible to customize "Show as a table" output?

Hi,

Is there a way to customize "Show as a table" output? 

For eg. alignment, font etc.  

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi @Deemo , 

It seems that there is no setting to change its style. "Show as a table " is to display the data that is being used to create a visual in a report. 

I think you could submit this in power-bi-ideas 

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
dax
Community Support
Community Support

Hi @Deemo , 

It seems that there is no setting to change its style. "Show as a table " is to display the data that is being used to create a visual in a report. 

I think you could submit this in power-bi-ideas 

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

bsheffer
Continued Contributor
Continued Contributor

You can change the json in the theme to have default settings.  I was able to change the default font size from the standard of 30 I used in the visual to 20 in "show as table" with the following code:

 

    "visualStyles": {
        "*": {
            "*": {
                "*": [
                    {
                        "fontSize": 20,
                        "fontFamily""Segoe UI",
                        "color": {
                            "solid": {}
                        }
                    }
                ],
                "general": [
                    {
                        "responsive"false
                    }
                ],
                "visualTooltip": [{
                    "type""Default",
                    "fontFamily""Segoe UI",
                    "fontSize"11,
                    "valueFontColor": {"solid": {"color""#ffffff"}},
                    "titleFontColor": {"solid": {"color""#f5f7f7"}},
                    "transparency"2,
                    "background": {"solid": {"color""#000000"}}
               }]

 

            }
        },

 

 

Hello. I just saw your answer here. I belive you are talking about a custom visual, which is my current situation and I am intersested in that option. In which file of the custom visual would you put that code? Thanks.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors