Skip to content

I'm often approached with Power BI Theme Problems. This is an evergreen catalogue of their solutions as the tool evolves.

License

Notifications You must be signed in to change notification settings

MattRudy/PowerBIThemeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerBIThemeSolutions

Inline docs Validate JSONs
I'm often approached with Power BI Theme Problems. This is an evergreen catalogue of their solutions as the tool evolves.

In an ideal world, I'd like to have permanent solutions in Themes for problems like 'I want to always have layer order maintained' and 'I want to always have visual headers hidden'. In the ever-evolving state of Power BI we constantly see new visuals released and changes to the UI that often mean universal settings that should apply to everything only apply to a subset of the current visuals.

This repository is dedicated to tracking the current solutions for these problems using themes, and cataloguing known issues and last manually verified date & version so you can trust the solutions you see are fresh.

The approach taken will be to include both the global and visual-specific settings to succeed in as many cases as possible - we're looking for situations that we can't control by theme at global or visual-specific levels.

Read on for a list of problems!

Currently Ignoring the following:

  • R Custom Visual
  • Python Custom Visual
  • PowerApps Visual
  • Visuals other than default and preview visuals bundled with the latest version of Power BI (If you had to add it manually or get it from AppSource, it's not covered here)

Best Defaults for Custom Backgrounds

Build Link to DarkTheme.json
Build Link to LightTheme.json
Why? Includes setting all backgrounds to transparent, setting page background transparency to 0 and background to 'fit' so that custom backgrounds show under all visuals. Versions for both light and dark themes.
Last Checked (Version): Never (No Version)
Known Problems: None

All Button Settings

Build Link to AllButtonSettings.json
Why? Captures button settings for all states, as they are not well represented in the Power BI Theme Documentation.
Credit: The theme was adapted from an excellent answer by tmckenzie found here: Link to Microsoft Power BI Community Thread
Last Checked (Version): April 28, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems: None

All Filter Pane Settings

Build Link to AllFilterPaneSettings.json
Why? Captures settings for filter pane, as they are not well represented in the Power BI Theme Documentation.
Credit: The theme was adapted from an excellent answer by tmckenzie found here: Link to Microsoft Power BI Community Thread
Last Checked (Version): April 28, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems: None

Always have outlines on every visual

Build Link to AlwaysHaveOutlines.json
Last Checked (Version): Never (No Version)
Known Problems: None

Always have a background on every visual and page

Build Link to AlwaysHaveBackgrounds.json
Why? Ensures that all visuals and pages have backgrounds enabled.
Last Checked (Version): April 28, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems: None

Always set fonts on every visual (Minimal Approach)

Build Link to SetGlobalFonts_Minimal.json
Why? Power BI's documentation (link) states that 4 text classes should handle text formatting for all cases. This template ensures that Font is set for every part of all visuals in the current set of default & preview visuals.
Last Checked (Version): April 27, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems (Global Settings):

  • Don't apply to Gauge Visual - Callout Value
  • Don't apply to Key Influencers Visual - UI Prompt
  • Don't apply to Shape Visual - Text Value
  • Untested on PowerApps Visual

Always have 'Maintain Layer Order' turned on for every visual

Build Link to MaintainLayerOrder.json
Why? Ensures that visuals behind other visuals in the layer order don't "jump" in front when selected. Previously this was controlled with bookmarks.
Last Checked (Version): April 25, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems (Global Settings): None
Known Problems (Per-Visual Settings):

  • Specific settings for new 'Power Apps' visual not yet stable.
  • Some shapes respond to 'basicShape' and some to 'shape' so both should be set in templates unless using global settings.

Always have Visual Headers hidden for every visual

Build Link to HideVisualHeaders.json
Why? Ensures a custom-built app feel for users. Individual visual headers aren't popping up when hovering over visuals or objects on pages.
Last Checked (Version): April 26, 2021 ( 2.92.706.0 64-bit (April, 2021) )
Known Problems (Global Settings): None
Known Problems (Per-Visual Settings):

  • Specific settings for new 'Power Apps' visual not yet stable.
  • Some shapes respond to 'basicShape' and some to 'shape' so both should be set in templates unless using global settings.

About

I'm often approached with Power BI Theme Problems. This is an evergreen catalogue of their solutions as the tool evolves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published