Giter Site home page Giter Site logo

powerbi-themetemplates's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

powerbi-themetemplates's Issues

Segoe UI Bold font family does not work [Resolved]

I was trying to set the column headers in a table as Segoe UI Bold. Surprisingly, everything Segoe works, except for Segoe UI Bold. It turns out, if you want to set Segoe UI Bold, you have to use the font family as following:

"fontFamily": "wf_segoe-ui_bold"

Shape Map - not working

Source: Cloned from Issue 10 created by @KDIXN in original repository.

The shapeMap doesn't seem to work. Is it outdated?
I would like to see values to force the 'minimum' and 'maximum' colours

Button JSON is probably missing properties

Source: Cloned from Issue 68 in original repository.

It shall probably be possible to configure the outline for all the States: Default state, On hover, on press, Disabled

New set of Shapes need to be tested with current Shape Theme

Source: Cloned from Issue 63 in original repository.

Current Shape Theme visualStyle is 'basicShape', other visualStyle values seen include 'shape'

Follow-up from jujiro:
I played around with Shape JSON. It worked only when I renamed "basicShape" to "shape". I also noticed that the shape JSON was unable to set the line thickness (weight) and the color. Since the line weight is adjusted in the outline section, perhaps a new section needs to be added to this JSON. I tried various names, to no avail.

Multi-visual template not working as expected

Source: Cloned from Issue 32 in original repository.

I am trying to merge Slicer, text box and shape codes together but only first code works and other two does not make any changes when I apply them. Also I get a message of success every time I apply. Can anyone help what I missing here

KPI - kpiFormat

Source: Cloned from Issue 1 in original repository.

kpiFormat is mentioned under Indicator in documentation but option does not appear in UI

labelDisplayUnits

Source: Cloned from Issue 4 in original repository.

Figure out how this actually works to get thousands, etc.

Settings for visual header

Source: Cloned from Issue 21 in original repository.

Hello,
thank you so much for this example repository. It is so much better, than the official Microsoft documentation and saved me a lot of frustration.

The only thing I could not find in here were the granular settings for the visual header, so I analyzed the Power BI Service and found these settings. Maybe you can add them somewhere around here?
This is what I found out (see below). I did use the "background" part, as well as the "showFilterRestatementButton", which is basically the Filter Icon. I also used "showDrillToggleButton", which is the icon that enables drill down on double click. I hope it will help others.

"visualHeader": [
      {
          "show": true,
          "background": {
              "solid": {
                  "color": "#0081C7"
              }
          },
          "foreground": {
              "solid": {
                  "color": "#558100"
              }
          },
          "transparency": 50,
          "showCommentButton": true,
          "showCopyVisualImageButton": true,
          "showDrillDownExpandButton": true,
          "showDrillDownLevelButton": true,
          "showDrillRoleSelector": true,
          "showDrillToggleButton": true,
          "showDrillUpButton": true,
          "showFilterRestatementButton": true,
          "showFocusModeButton": true,
          "showOptionsMenu": true,
          "showPersonalizeVisualButton": true,
          "showPinButton": true,
          "showSeeDataLayoutToggleButton": true,
          "showVisualErrorButton": true,
          "showVisualHeaderTooltip": false,
          "showVisualInformationButton": true,
          "showVisualWarningButton": true
      }
  ]

Ribbon - Spacing

Source: Cloned from Issue 3 in original repository.

Find correct property name for Spacing on the Ribbon chart.

Slicer - Enable Search

Source: Cloned from Issue 5 in original repository.

Determine if there is a way to automatically enable Search in the Slicer

dropShadow won't be applied in power bi service

Source: Cloned from Issue 31 in original repository.

Hi. I have tried this json and a custom one over different reports and workspaces. The thing is that the shadow of the visualizations only change in power bi desktop. After you publish them to Service, the reports won't have any shadow at all. Do you know something about it?

set KPI goal text color with JSON theme

Source: Cloned from Issue 33 in original repository.

I am trying to set the font color for the text in the Goals section of the KPI visual.
image

I am struggling because I can;'t figure out how the property is called: I tried fontColor, color, labelColor to no avail.
Is it documented anywhere?

Thanks

Visual Header Defaults in JSON

Source: Cloned from Issue 66 in original repository.

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.

Filled Map - Data Colors

Source: Cloned from Issue 6 in original repository.

Research options under Data Colors for Filled Map

Theme for shape

Source: Cloned from Issue 24 in original repository.

Hi,
Json theme for shape is not working. Can you please update the code or provide me a fix for it?

Add Global Color Formatting to Global Template

Global colors can be set in 3 ways:

Data Colors - the color palette that will be available and used by default for all visuals

Other Theme Colors - the colors that will be used to express data states across your reports, including:

  • good
  • neutral
  • bad
  • maximum
  • center
  • minimum
  • null

Structural Colors - the colors that will affect all other visual elements like labels, gridlines, outlines, backgrounds, etc., including:

  • firstLevelElements
  • secondLevelElements
  • thirdLevelElements
  • fourthLevelElements
  • background
  • secondaryBackground
  • tableAccent

More reading can be done here:
Data Colors and Theme Colors: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes#setting-theme-colors
Structural Colors: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes#setting-structural-colors

Stacked Column - Title Color

In the valueAxis section of the Stacked Column visual, the "color" property should be changed to "titleColor".

As an aside: thank you for creating a fork of this repository! You're the best.

Include Theme Color Palette

Source: Modified from Issue 22 in original repository.

Would be great to be able to change the default colors that appear on the Power BI desktop color palette selection.

Response by @glitteryqueen:

You can easily do that either by entering the Theme section on your Power BI or with a JSON like:

{ 
    "name": "newcolors, 
    "dataColors": ["#74b9ff", "#0984e3", "#fd79a8", "#fab1a0", "#fdcb6e", "#d63031", "#2d3436", "#55efc4"],
    "background":"#FFFFFF",
    "foreground": "#747480",
    "tableAccent": "#FFFFFF"
}

You just set up 8 different colors for your data set, and the background, foreground and table accent.

Slicers - Missing theme setting for search box background

Source: Cloned from Issue 18 created by @aaronsteers in the original repository.

Part 1
I'm not sure if this is a missing setting or missing configurability on the Power BI product side.

Currently, the background color for a slicer search box is always "white" (#ffffff) and the search box text color appears to be pulled from the top-level theme "foreground" setting - which for a dark mode is likely also "white". The result is a white-on-white search box that isn't readable - and worse, if typed in by the user creates an invisible filter against the slicer's context.

The only workaround I have found is to completely disable search boxes in slicers and then hope the user does not re-enable them. This is especially painful for "dark mode" themes (my use case) but it may be affecting others as well.

Any assist or workaround would be greatly appreciated. Thanks!

Part 2
Related: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/38574625-enable-setting-the-background-of-search-box-in-sli

Part 3
Temporary workaround is to use a non-white color (blue in the below example) for the "label" text class.

Example:

{
 "name": "sample theme snippet",
  "textClasses": {
    "label": {
      "fontSize": 12,
      "fontFace": "Segoe UI",
      "color": "#c2d8fe"
    }
  }
}

Part 4
Update: When setting the "label" text class, this also overrides the default text box color - which also appears to not be independently configurable. It would therefor be helpful to know if there's also a way to override the default font color for text boxes. (The repo here shows a sample to override the background color but not the default text color for text boxes.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.