Forum Discussion

tjeee's avatar
tjeee
Frequent Visitor
8 years ago
Solved

Back Blackground Power Bi

Hi ,

I am currently having a issue regarding the background color of PowerBi display. Today the background has turned black without any reason. I did not edit anything , it happened when i first time opened my browser checking my Data. This issue never happened before and im unable to find any solution in internet. Can someone please help me?  Thanks in Advance.

Regards,

Tejinder Singh

  • Hi All,

     

    This is the expected result of the themes. The fix is to update your theme file to be more specific with your visualStyles section, replacing one of the wildcards with a specific entity (visual type or formatting card name). Please refer to power-bi/desktop-report-themes#report-theme-json-file-format

    "visualStyles": {
            "*": {
                "*": {
                    "*": [
                        {
                            "fontSize": 12,
                            "fontFamily": "Calibri",
                            "color": {
                                "solid": {
                                    "color": "#000000"
                                }
                            }
                        }
                    ]
                }
            },
    

    Best Regards,

    Dale

5 Replies

  • Same here. The background has turn to grey/brown although the pbix is crystal clear white

     

  • v-jiascu-msft's avatar
    v-jiascu-msft
    Microsoft Employee

    Hi tjeee harrinho,

     

    Did you use any custom themes? The related issue has been fixed already. Can you share some snapshots?

     

    Best Regards,

    Dale

  • benaud's avatar
    benaud
    Frequent Visitor

    This also hasppened to me...

     

    It's your theme.  Moreover the way PowerBI.com is handling the theme.

     

    The first screenshot is no theme, 2nd is with the theme applied.

     

     

     

    Here is my theme, what ever i set the font colour to is what the background changes to ...  remove the font colour and it reverts back to default

    • v-jiascu-msft's avatar
      v-jiascu-msft
      Microsoft Employee

      Hi All,

       

      This is the expected result of the themes. The fix is to update your theme file to be more specific with your visualStyles section, replacing one of the wildcards with a specific entity (visual type or formatting card name). Please refer to power-bi/desktop-report-themes#report-theme-json-file-format

      "visualStyles": {
              "*": {
                  "*": {
                      "*": [
                          {
                              "fontSize": 12,
                              "fontFamily": "Calibri",
                              "color": {
                                  "solid": {
                                      "color": "#000000"
                                  }
                              }
                          }
                      ]
                  }
              },
      

      Best Regards,

      Dale