Forum Discussion
abdullahsallam
9 years agoFrequent Visitor
Controlling URL Image Size
Hi, I'm suing Power BI to display image gallery. I created a URL column in my table and uploaded the images to a website, then changed the data category of the URL column to Image URL. I reached the ...
- 9 years ago
Under Format, find Grid and then Image Height. The default height for a table is 75 pixels, and the maximum height is 150 pixels. You could also look into custom visuals such as the Chiclet Slicer or Strippet Browser to see if that might also help meet your need for an image gallery.
Anonymous
7 years agoNot applicable
Hi,
I had a similar problem; the table/ matrix maximum image height was not big enough for my requirements.
I used a custom visual, Image Viewer, available here:
http://blog.pragmaticworks.com/power-bi-custom-visuals-image-viewer
- Anonymous7 years agoNot applicable
Cool custom visual. Anonymous .
But I need my image (Red, amber, green) to show based on a measure w/ an IF statement. I do not wish to manually change it via a slicer.
- MartinHalse7 years agoRegular Visitor
Okay, you should be able to do this by using the switch function.
Arrow2 =SWITCH(TRUE();[Development]=0;BLANK();[Development]<0;FIRSTNONBLANK(Table2[Red arrow];1);[Development]>0;FIRSTNONBLANK(Table2[Green arrow];1))In my Table2 i have links to pictures