Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi I have a sharepoint list where users have uploaded images and it is stored as an image.
How can I display these in power bi?
This is the table
any help will be much appricated.
Thank you
Solved! Go to Solution.
If you use the "parse json" button in Power Query, it will convert that code into columns. Then you'll have the server-relative URL, to which you need to merge in the rest of your image URL (https://whatever.sharepoint.com ). Then you can load it and set the data category to "image URL" so that it will render as an image in tables, etc.
However, SharePoint images do not render in the desktop app, they will appear as a broken image thumbnail until published, so you'll need to do that to check if it's actually working.
If you use the "parse json" button in Power Query, it will convert that code into columns. Then you'll have the server-relative URL, to which you need to merge in the rest of your image URL (https://whatever.sharepoint.com ). Then you can load it and set the data category to "image URL" so that it will render as an image in tables, etc.
However, SharePoint images do not render in the desktop app, they will appear as a broken image thumbnail until published, so you'll need to do that to check if it's actually working.
thank you, it was exactly what I was after
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |