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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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