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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
andrewporter
Advocate III
Advocate III

Custom Theme JSON enumerable for Display Units (Auto, None, Thousands, Millions, Trillions...)

I'm wondering how to set my Power BI Custom JSON theme to default all Cards to default my Display Units to be "NONE". My users don't like Auto.

 

I don't see Display Units listed under the Enumerables section and I'm wondering why. I saw most others. Here's the link to the article I've been referencing.

 

https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-report-themes/ 

 

{
	"name": "My Custom Theme",
	"dataColors": [
		"#FFFFFF' 
                ...
	],
	"background": "#ffffff",
	"tableAccent": "#ebebeb",
	"foreground": "#424242",
	"visualStyles":{
		"*":{			
			"*":{
				"*":[{
					"responsive":true,
					"wordWrap":true,
					"labelStyle":"Both",
					"displayUnits": "None"
				}],
				"wordWrap":[{
						 "show":true
				}]
			}
		}
	}
}

 

1 ACCEPTED SOLUTION
v-caliao-msft
Microsoft Employee
Microsoft Employee

@andrewporter,

 

Based on my research, there is not such a property currently.

If you have any concern on this feature, you can submit your idea on the link below. If this feature was mentioned by mulitple users, product team will consider to add this feature to next release.

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Thank you for your understanding.

 

Regards,
Charlie Liao

View solution in original post

2 REPLIES 2
Marlou1989
Advocate I
Advocate I

Yes, there is a way:

 

 "labels": [
                    {
                        "show": true,
                        "labelOrientation": "horizontal",
                        "fontSize": 10,
                        "labelDensity": 100,
                        "labelDisplayUnits": 1
                   }
]

  The 1 represents the None.

v-caliao-msft
Microsoft Employee
Microsoft Employee

@andrewporter,

 

Based on my research, there is not such a property currently.

If you have any concern on this feature, you can submit your idea on the link below. If this feature was mentioned by mulitple users, product team will consider to add this feature to next release.

https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

Thank you for your understanding.

 

Regards,
Charlie Liao

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors