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
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
v-yuezhe-msft
Employee
Employee

@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

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.

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@acanepa,

Does my solution solve your issue?

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.
v-yuezhe-msft
Employee
Employee

@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

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