dhave's avatar
dhave
Frequent Visitor
6 years ago
Status:
New

Need help on the different JSON name to update my JSON pbi theme

Hello

 

Since an PBI desktop update, i have a problem with my theme who have the filter panel in black color with grey field. it's very difficult to read field information.

 

To complete my pbi theme json file :

1. Do you know the different name of each part of the filter panel ?

2. Do you how to find the correct name of each part like when you click on it a box appear to give the name ?

 

My JSON file is :

{
"name""Corporate Officiel",
"dataColors": [ "#00ADEF""#A7A9AC""#0067B1""#8DC63F""#9D3393""#58595B""#9A8B7D""#FDB913" ],
"background":  "#000000",
"foreground":  "#FFFFFF",
"tableAccent":  "#EFAE00"
}
 
That's all
 

Sorry for my english and thanks for your help

 

1 Comment

  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    Icon for Community Support rankCommunity Support

    Hi dhave

     

    Please try the theme below: 

     

     

    {
       "name":"CY19SU06",
       "dataColors":[
          "#00ADEF", "#A7A9AC", "#0067B1", "#8DC63F", "#9D3393", "#58595B", "#9A8B7D", "#FDB913"
       ],
       "foreground":"#ffffff",
       "foregroundNeutralSecondary":"#605E5C",
       "foregroundNeutralTertiary":"#B3B0AD",
       "background":"#000000",
       "tableAccent":"#EFAE00",
       "visualStyles":{
          "*":{
             "*":{
                "*":[
                   {
                      "transparency":0,
                      "wordWrap":true
                   }
                ],
                "outspacePane":[
                   {
                      "backgroundColor":{
                         "solid":{
                            "color":"#ffffff"
                         }
                      },
                      
                      "transparency":0,
                      "border":true,
                      "borderColor":{
                         "solid":{
                            "color":"#B3B0AD"
                         }
                      }
                   }
                ],
                "filterCard":[
                   {
                      "$id":"Applied",
                      "transparency":0,
                      "backgroundColor":{
                         "solid":{
                            "color":"#ffffff"
                         }
                      },
                      "border":true
                   },
                   {
                      "$id":"Available",
                      "transparency":0,
                      "foregroundColor":{
                         "solid":{
                            "color":"#ffffff"
                         }
                      },
                      "border":true
                   }
                ]
             }
          }
        
       }
    }

     

     

    Reference: 

    https://docs.microsoft.com/en-us/power-bi/power-bi-report-filter#theming-for-filter-pane

    https://docs.microsoft.com/en-us/power-bi/desktop-report-themes#report-theme-json-file-format

     

    Best Regards,
    Qiuyun Yu