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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

October NL Carousel

Fabric Community Update - October 2024

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