The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all
I want to create a theme file so that it sets the font size and font colour for ALL visual titles, without having to set it individually for each visual type. Is this possible? I cant seem to find any answers online which would show this is possible
My current theme file is:
{ "name": "Company Theme", "dataColors": ["#48740f", "#6c9a25", "#89bf36", "#aacc66", "#f2b52c" ,"#D79A12", "#bb7711", "#a11919"], "background":"#FFFFFF", "foreground": "#48740f", "tableAccent": "#6c9a25" }
Any help most appreciated
Cheers
You may take a look at https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-july-2018-feature-summary/#theme.
Hi, I have used the link provided to try to set up default title and other visual properties. However, the file doesnt import. Any chance there is an issue with the new features added? My new file is:
{ "name": "Company Theme", "dataColors": ["#48740f", "#6c9a25", "#89bf36", "#aacc66", "#f2b52c" ,"#D79A12", "#bb7711", "#a11919"], "background":"#FFFFFF", "foreground": "#48740f", "tableAccent": "#6c9a25" "visualStyles": { "*": { "*": { "title": [{ "show": true, "fontColor": { "solid": { "color": "##000000" } }, "background": { "solid": { "color": "#FFFFFF" } }, "alignment": "left", "fontSize": 10, "fontFamily": "Segoe UI" }], "background": [{ "show": false, "color": { "solid": { "color": "#FFFFFF" } }, "transparency": 50 }], "lockAspect": [{ "show": false }], "border": [{ "show": false, "color": { "solid": { "color": "#FFFFFF" } } }], "visualTooltip": [{ "type": "Default" }], "stylePreset": [{ "name": "None" }] } } } "page": { "*": { "background": [{ "color": { "solid": { "color": "#FFFFFF" } }, "transparency": 100 }], "outspace": [{ "color": { "solid": { "color": "#FFFFFF" } }, "transparency": 0 }] } } }
Any ideas what the issue may be?
Cheers
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |