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
terranova
New Member

Grid row height lower size limit

Hi Everyone, 

 

In our organisation we used to have embedded images in a grid visual along several columns with data inside (numeric, string values). For the image we used an image-url.

 

The configuration of the grid allows us a minimum image height of 24px even if the image source file has a size of 10px x 10px. 

 

Does anyone know if it's possible to set the image height minimum to a lower size (10px for example) which will decrease the height of a row?

 

image-url-sizeproblem 

 

Thanks

1 ACCEPTED SOLUTION
v-sihou-msft
Employee
Employee

@terranova

 

Currently, it's not supported to adjust the grid size in Power BI Desktop. Please vote this idea.

 

Regards,

View solution in original post

2 REPLIES 2
Grumelo
Advocate II
Advocate II

By default in the Grid the lower Image Height is 25px.

 

Using a custom theme you can reduce it to 16px, see code below:

 

{ 
    "name": "customTheme", 
"visualStyles": {
		"*": {
			"*": {
				"*" : [{
					"imageHeight": 16
				}]
			}
		}
	}
}
v-sihou-msft
Employee
Employee

@terranova

 

Currently, it's not supported to adjust the grid size in Power BI Desktop. Please vote this idea.

 

Regards,

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.