Skip to content

Instantly share code, notes, and snippets.

@PBI-DataVizzle
Last active August 25, 2023 14:10
Show Gist options
  • Save PBI-DataVizzle/643e2d7e8ed3fded27212aa1fc1db61b to your computer and use it in GitHub Desktop.
Save PBI-DataVizzle/643e2d7e8ed3fded27212aa1fc1db61b to your computer and use it in GitHub Desktop.
pbi_theme_Global_HeaderIcons
{
"name": "My New Theme",
"visualStyles": {
"*": {
"*": {
"visualHeader": [{
"show": false,
"showOptionsMenu": false,
"transparency": 0,
"foreground": {
"solid": {
"color": "#000000"
}
},
"background": {
"solid": {
"color": "#A0D1FF"
}
},
"border": {
"solid": {
"color": "#FF0000"
}
},
"showCommentButton": false,
"showCopyVisualImageButton": false,
"showDrillToggleButton": false,
"showDrillRoleSelector": false,
"showDrillUpButton": false,
"showDrillDownExpandButton": false,
"showDrillDownLevelButton": false,
"showFilterRestatementButton": false,
"showFocusModeButton": false,
"showPersonalizeVisualButton": false,
"showPinButton": false,
"showSeeDataLayoutToggleButton": false,
"showSmartNarrativeButton": false,
"showVisualErrorButton": false,
"showTooltipButton": false,
"showVisualInformationButton": false,
"showVisualWarningButton": false
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment