Forum Discussion
Unable to find the ServerURL and ServerRelativeURL for the image columns from MS List in PBI
- 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!
Hi Chaithra!
Thanks for your detailed explaination. I have indeed tried the same and convert to "Parse JSON" however even after that I am still able to see only the file name and OrginalFileName. Please find below the screenshot.