Forum Discussion

JaganSuri1988's avatar
JaganSuri1988
New Member
1 year ago
Solved

Unable to find the ServerURL and ServerRelativeURL for the image columns from MS List in PBI

Hi, To begin with I am not a expert with PBI or MS List however I have been able to develop reports with the help of articles and youtube videos.   I am trying to build a report in PBI using the in...
  • v-sgandrathi's avatar
    1 year ago

    Hi JaganSuri1988,

     

    You're using a modern Image column in your Microsoft List, which only provides limited metadata like fileName and originalImageName in Power BI even after using "Parse JSON". This column type doesn’t expose full URLs (like serverUrl or serverRelativeUrl), which are required to display images in Power BI.

    To resolve this, either switch to using an Attachment column, which provides the necessary URL data for building image links, or use Power Automate to extract the image URL from the image column and write it into a text field. Then, set that text field as an Image URL category in Power BI. Keep in mind, images will render only in Power BI Service, not in Desktop.

     

    Thanks for reaching out! If this answer was helpful, please consider marking it as Accepted Solution and giving a Kudos, it helps the community!