We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need help to format the visual headers for slicers in my JSON theme; I need them to default to off but only for slicers.
The text was updated successfully, but these errors were encountered:
@Perri29 - This has been integrated into the new repository as part of the latest PR! https://github.com/MattRudy/PowerBI-ThemeTemplates
Sorry, something went wrong.
Hey @Perri29 -
This can be accomplished with a template like the one below:
{ "name": "SlicersWithoutVisualHeaders", "visualStyles": { "*": { "*": {} }, "slicer": { "*": { "visualHeader": [{ "show": false }] } } } }
You can find a universal sample to disable visual headers for all visuals or any visual here: https://github.com/MattRudy/PowerBIThemeSolutions/blob/main/src/HideVisualHeaders.json
@MattRudy Thanks for the assistance on this.
No branches or pull requests
I need help to format the visual headers for slicers in my JSON theme; I need them to default to off but only for slicers.
The text was updated successfully, but these errors were encountered: