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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

JSON file multiple Fonts and or theme error

Hi Experts

 

I cannot see where my error is on my JSON file, i have included mulitple fonts in my JSON file or i have made an error in constructing the JSON. But Power BI is not like the theme file. 

"name": "blahblah",
"visualStyles": {
"*": {
"*": {
"background": [
{
"color": {
"solid": {
"color": "#F3F4F5"
}
}
}
]
}
},
"page": {
"*": {
"background": [
{
"color": {
"solid": {
"color": "#E2E8EB"
}
},
"transparency": 0
}
],
"outspace": [
{
"transparency": 0
}
]
}
}
},
"textClasses": {
"label": {
"color": "#032F61",
"fontFace": "Nationale Bold, Nationale, Nationale Bold Italic, Nationale Italic"
},
"callout": {
"color": "#032F61",
"fontFace": "Nationale Bold, Nationale, Nationale Bold Italic, Nationale Italic"
},
"title": {
"color": "#032F61",
"fontFace": "Nationale Bold, Nationale, Nationale Bold Italic, Nationale Italic"
},
"header": {
"color": "#032F61",
"fontFace": "Nationale Bold, Nationale, Nationale Bold Italic, Nationale Italic"
}
},
"bad": "#D83434",
"neutral": "#F7B500",
"good": "#00AA00",
"dataColors": [
"#196ED5",
"#032F61",
"#EAEFF7",
"#D90B79",
"#FF269A",
"#FFECF6",
"#FFFFFF",
"#196ED5",
"#EDF5FF",
"#1BA39C",
"#EEFFFE",
"#5E3752",
"#8B8A33",
"#808080",
"#B8B8B8",
"#E2E8EB",
"#F3F4F5",
"#06A7A9",
"#196ED5",
"#123AV8"
]
}
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

If you want to customize report themes , I'd suggest you click Customize theme . For even more control, you can optionally export a theme's JSON file and make fine-tuned adjustments by manually modifying the settings in that file. You can rename that fine-tuned JSON file and later import it.

Eyelyn9_0-1632807758008.png

 

For more details, please kindly refer to the official document below, which provides some json syntax:

Use report themes in Power BI Desktop - Power BI | Microsoft Docs

 

Best Regards,
Eyelyn Qin
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

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

If you want to customize report themes , I'd suggest you click Customize theme . For even more control, you can optionally export a theme's JSON file and make fine-tuned adjustments by manually modifying the settings in that file. You can rename that fine-tuned JSON file and later import it.

Eyelyn9_0-1632807758008.png

 

For more details, please kindly refer to the official document below, which provides some json syntax:

Use report themes in Power BI Desktop - Power BI | Microsoft Docs

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , I check on Json formatter , The first line has error

"name": "blahblah",
"visualStyles": 

 

from where you have created that

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

{
  "name": "BlahBlah",
  "visualStyles": {
    "*": {
      "*": {
        "background": [
          {
            "color": {
              "solid": {
                "color": "#F3F4F5"
              }
            }
          }
        ]
      }
    },
    "page": {
      "*": {
        "background": [
          {
            "color": {
              "solid": {
                "color": "#E2E8EB"
              }
            },
            "transparency": 0
          }
        ],
        "outspace": [
          {
            "transparency": 0
          }
        ]
      }
    }
  },
  "textClasses": {
    "label": {
      "color": "#032F61",
      "fontFace": "Nationale, Nationale Bold, Nationale Bold Italic, Nationale Italic, sans-serif"
    },
    "callout": {
      "color": "#032F61",
      "fontFace": "Nationale, Nationale Bold, Nationale Bold Italic, Nationale Italic, sans-serif"
    },
    "title": {
      "color": "#032F61",
      "fontFace": "Nationale, Nationale Bold, Nationale Bold Italic, Nationale Italic, sans-serif"
    },
    "header": {
      "color": "#032F61",
      "fontFace": "Nationale, Nationale Bold, Nationale Bold Italic, Nationale Italic, sans-serif"
    }
  },
  "bad": "#D83434",
  "neutral": "#F7B500",
  "good": "#00AA00",
  "dataColors": [
    "#196ED5",
    "#032F61",
	"#EAEFF7",
	"#D90B79",
	"#FF269A",
	"#FFECF6",
	"#FFFFFF",
	"#196ED5",
	"#EDF5FF",
	"#1BA39C",
	"#EEFFFE",
	"#5E3752",
	"#8B8A33",
	"#808080",
	"#B8B8B8",
	"#E2E8EB",
	"#F3F4F5",
	"#06A7A9",
	"#196ED5",
	"#123AV8"	
  ]
}

See update code with correct and still not liking it

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.