Forum Discussion

kev4109's avatar
kev4109
Frequent Visitor
3 years ago
Solved

Image Column type on SharePoint list

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

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

     

     

9 Replies

  • Hi kev4109 

     

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

    • kev4109's avatar
      kev4109
      Frequent Visitor

      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"}

      • randika118's avatar
        randika118
        Helper I

        Hi,

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

  • kev4109's avatar
    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.

     

     

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

    • kev4109's avatar
      kev4109
      Frequent Visitor

      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.