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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
kev4109
Frequent Visitor

Image Column type on SharePoint list

I'm trying to Display the picture on my Dashboard but would display it a a thumbnail image 

1 ACCEPTED SOLUTION
kev4109
Frequent Visitor

I figured out by creating a parshed JSON column. I change the column to ServerURL then I copied the column and changed that to serverRelativeUrl. Then I creatd a custom Column and combined the two to create the Web Url. I renamed all the errors to null.

 

kev4109_0-1678811810643.png

 

View solution in original post

9 REPLIES 9
BadrMad
New Member

Hi @kev4109  I had the same problem. Could you please let me know how you solved it and the steps you followed?

The solution was  using parshed JSON column. I change the column to ServerURL then I copied the column and changed that to serverRelativeUrl. Then I created a custom Column and combined the two to create the Web Url. I renamed all the errors to null. You have to combine the 2 columns together to get the image URL.

Thank you @kev4109 

kev4109
Frequent Visitor

I figured out by creating a parshed JSON column. I change the column to ServerURL then I copied the column and changed that to serverRelativeUrl. Then I creatd a custom Column and combined the two to create the Web Url. I renamed all the errors to null.

 

kev4109_0-1678811810643.png

 

GilbertQ
Super User
Super User

Hi @kev4109 

 

Typically if you want a complete image you should host it on a website where it can be accessed directly?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

No I'm using this column type

kev4109_1-1677502308327.png

 

 

No it did not resolve my issue

Its a image users upload on my Sharepoint Site using the Image column in the list. In PowerBI it shows the image like below:

 

{"type":"thumbnail","fileName":"FY2023 Establishment Performance Plans 2-16-23.jpg","nativeFile":{},"fieldName":"Appendix","serverUrl":"https://hudgov.sharepoint.com","fieldId":"31bd640d-3941-4178-a7ad-42517d37f762","serverRelativeUrl":"/sites/HSNG/GDAS/SiteAssets/Lists/688205f1-59aa-4457-9d13-5e379def389f/FY2023%20Establishment%20Performance%20Plans%202-16-23.jpg","id":"5f90eb26-d27b-4e77-bd09-a3d59bfde273"}

Hi,

Were you able to fix this issue? i have the same issue.

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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

Top Solution Authors