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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Deemo
Helper II
Helper 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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.