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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

0

Please provide theming snippet for just showing the 'Expand to next level icon' (Pitch fork)

Hello,

 

Please provide theming snippet for just showing the 'Expand to next level icon' (Pitch fork) in the Visual Headers of a Matrix.

 

I could not find the details in the documentation:

https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes#introduction-to-repor...

 

Many thanks,

 

Colin

Status: Delivered

It would be like this:

{
   "name":"Test",
   "visualStyles":{
      "*":{
         "*":{
            "visualHeader":[
               {
                  "show":true,
				  "showFilterRestatementButton":false,
				  "showOptionsMenu":false,
				  "showSeeDataLayoutToggleButton":false,
				  "showPinButton":false,
				  "showDrillDownExpandButton":false,
				  "showDrillDownLevelButton":false,
				  "showDrillToggleButton":false,
				  "showDrillUpButton":false,
				  "showDrillRoleSelector":false,
				  "showVisualErrorButton":false,
				  "showVisualWarningButton":false,
				  "showVisualInformationButton":false
               }
            ]
         }
      }
   }
}

See:

  1. JSON file to control visual headers 
  2. Report Theme font color relative slicer 

 

Best Regards,
Community Support Team _ Yingjie Li

Comments
v-yingjl
Community Support
Status changed to: Delivered

It would be like this:

{
   "name":"Test",
   "visualStyles":{
      "*":{
         "*":{
            "visualHeader":[
               {
                  "show":true,
				  "showFilterRestatementButton":false,
				  "showOptionsMenu":false,
				  "showSeeDataLayoutToggleButton":false,
				  "showPinButton":false,
				  "showDrillDownExpandButton":false,
				  "showDrillDownLevelButton":false,
				  "showDrillToggleButton":false,
				  "showDrillUpButton":false,
				  "showDrillRoleSelector":false,
				  "showVisualErrorButton":false,
				  "showVisualWarningButton":false,
				  "showVisualInformationButton":false
               }
            ]
         }
      }
   }
}

See:

  1. JSON file to control visual headers 
  2. Report Theme font color relative slicer 

 

Best Regards,
Community Support Team _ Yingjie Li