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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Maikel10909
New Member

Custom theme bug since new update

Hello,

 

I am facing a problem with the latest PowerBI update regarding a custom theme that I made. It involves only the KPI visual as far as I can tell. 
The VerticalAlignment keyword must be "left, right or center" since the latest update. However, it should be "top, middle, bottom" in the PowerBI desktop application.

 

If I change VerticalAlignment to Middle, it gives an error (incorrect type). If I change it to center, it doesn't give an error, but my value does not show until I manually change the alignment in desktop to Middle. 

 

Here is the Json code:

 

"kpi": {
"*": {
"indicator": [
{
"indicatorDisplayUnits": 0,
"indicatorPrecision": 0,
"fontSize": 45,
"fontFamily": "wf_standard-font, helvetica, arial, sans-serif",
"bold": false,
"italic": false,
"underline": false,
"fontColor": {
"solid": {
"color": "#252423"
}
},
"horizontalAlignment": "center",
"verticalAlignment": "center",
"iconSize": 9
}
],

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Maikel10909 , please check any issue reported or log a new one :

https://community.powerbi.com/t5/Issues/idb-p/Issues

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

View solution in original post

3 REPLIES 3
Janica123
Helper I
Helper I

Hello @Maikel10909,

 

can you please explain how exactly you've solved your issue? 

 

I'm currently facing the same problem and don't know what to do about it...

 

 

Maikel10909
New Member

Will do! I just wanted to see if I was the only with this issue or if its a general problem

amitchandak
Super User
Super User

@Maikel10909 , please check any issue reported or log a new one :

https://community.powerbi.com/t5/Issues/idb-p/Issues

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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