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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors