custom theme
4 TopicsChiclet Slicer / Themes JSON Edits don't work
Hello!!! I am trying to configure the ChicletSlicer display through a theme in PBI, my .json works fine except for the ChicletSlicer part, could you please help me? "ChicletSlicer1448559807354": { "*": { "header": { "title": [ { "show": true, "fontColor": { "solid": { "color": "#0F0F0F" } }, "background": { "solid": { "color": "#E0E0E0" } }, "alignment": "right", "fontSize": 16, "fontFamily": "Roboto" } ] } }, "chiclets": { "selectedColor": { "solid": { "color": "#ffffff" } }, "unselectedColor": { "solid": { "color": "#D0D0D0" } }, "fontColor": { "solid": { "color": "#F5F5F5" } } } }, I`m really appreciate!Custom Theme Icons Not Working
We're trying to use a custom theme with custom icons in PBIRS Desktop October 2020 but the icons are not showing under conditional formatting after successfully loading the theme. We've created our own JSON files but have also tried a well know theme file from PowerBi.Tips https://powerbi.tips/product/theme-file-with-icon-set/ Anybody else had the same issue or any idea where to start to look to fix it?2.9KViews0likes4CommentsCustom Theme PieChart Background Color not working
Hi all, I'm trying to set the background of piecharts to a certain color for this theme, but my code is not working and I've tried many combinations. Here is my visual styles section: "visualStyles":{ "pieChart":{"*":{"background":[{"background":{"solid":{"color":"#404040"}}}]}}, "page":{"*":{"background":[{"color":{"solid":{"color":"#333132"}}}], "outspace":[{"color":{"solid":{"color":"#333132"}}}]}},"*":{"*":{"outspacePane":[{"checkboxAndApplyColor":{"solid":{"color":"#FFD200"}}}]}}}, "textClasses":{"title":{"color":"#FFFFFF","fontSize":16}, "header":{"color":"#FFFFFF","fontFace":"'Segoe UI Bold', wf_segoe-ui_bold, helvetica, arial, sans-serif"}}} The code runs but does not affect the pie chart background, please let me know what I'm doing wrong. Thanks!SolvedCustom themes for different workspces
We have several workspaces and at the moment we use one custom theme for all of them but we would like for different departments to have different themes. Is is possible to put a custom theme .json file somewhere and when a certain parameter is given, a certain theme is applied to the workspace reportsSolved559Views0likes1Comment