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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
acanepa
Resolver I
Resolver I

JSON Theme: Multicard and Card Visuals

Hello,

 

I'm trying to change colours in Multirow and Card visuals. In the latter I can change the font style and size, with the first I can't change anything.

 

Here is my code

 

SyntaxEditor Code Snippet

		"multiRowCard": {
			"*": {
				"dataLabels":[{
					"fontSize":27,
					"fontFamily": "Arial"
				}]
			}
		},
		"card":{
            "*":{
                "labels":[{
                    "fontSize":27,
					"fontFamily": "Trebuchet MS",
					"color": "#f0f475"
					
                }],
                "categoryLabels":[{
                    "fontSize":12
                }]
            }
        },

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@acanepa ,

I make a test using your code, multirowcard and card visuals change correctly after I import the JSON file.
1.JPG
2.JPG

Do you use the latest version of Power BI Desktop(2.50.4859.782 )? You can download my JSON file from this link.

Regards,
Lydia

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@acanepa,

Does my solution solve your issue?

Regards,
Lydia

Anonymous
Not applicable

@acanepa ,

I make a test using your code, multirowcard and card visuals change correctly after I import the JSON file.
1.JPG
2.JPG

Do you use the latest version of Power BI Desktop(2.50.4859.782 )? You can download my JSON file from this link.

Regards,
Lydia

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.