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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
preet_5aini
New Member

Getting error in custom theme

{
"name": "Custom Theme",
"dataColors": ["#F5C869"],
"background": {
"color": "#D3D3D3"
},
"visualStyles": {
"*": {
"*": {
"title": [{
"fontSize": 12,
"fontFamily": "Segoe UI",
"fontWeight": "semibold"
}],
"labels": [{
"fontSize": 10,
"fontFamily": "Segoe UI"
}]
}
}
}
}


This is my json i am getting error in this one while importing in PowerBI

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @preet_5aini 

 

try this 

{
    "name": "Custom Theme",
    "dataColors": ["#F5C869"],
    "background": "#D3D3D3",
    "visualStyles": {
        "*": {
            "*": {
                "title": [{
                    "fontSize": 12,
                    "fontFamily": "Segoe UI",
                    "fontWeight": "semibold"
                }],
                "labels": [{
                    "fontSize": 10,
                    "fontFamily": "Segoe UI"
                }]
            }
        }
    }
}

 

kindly support my youtube channel https://www.youtube.com/@PowerBISolution

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

1 REPLY 1
Idrissshatila
Super User
Super User

Hello @preet_5aini 

 

try this 

{
    "name": "Custom Theme",
    "dataColors": ["#F5C869"],
    "background": "#D3D3D3",
    "visualStyles": {
        "*": {
            "*": {
                "title": [{
                    "fontSize": 12,
                    "fontFamily": "Segoe UI",
                    "fontWeight": "semibold"
                }],
                "labels": [{
                    "fontSize": 10,
                    "fontFamily": "Segoe UI"
                }]
            }
        }
    }
}

 

kindly support my youtube channel https://www.youtube.com/@PowerBISolution

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.