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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors