Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Theme colours for designing reports in Power BI

Hello everyone,

 

I have created a custom theme that will allow me a more detailed customization that only the color palette.

Currently I must be doing something wrong since some of the properties I want to change are not working...

Here is an example of the JSON file:

 

{
  "name": "My Theme",
  "dataColors": [ "#FC9425", "#33C6BB"],
  "background": "#293537",
  "foreground": "#6B7A8F",
  "tableAccent": "#6B7A8F",
  "visualStyles":{
        "pivotTable":{
			"*": {
				"grid": [
					{
						"outlineColor": { "solid": { "color": "#E6E6E6" } },
						"outlineWeight": 5
					}
				]
			}
        }
     }
}

The Matrix Grid outline color and weight are not getting the values from the theme...

 

What am I doing wrong here?

 

Thank you

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@Anonymous,

I can reproduce your issue. A similar issue has been reported internally, I will post back once I get any updates.

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors