The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi there,
I have read/seen the guides on how to display a document library of pictures on sharepoint in Power BI by publishing it (sorts out the anon permissions etc). I have a Sharepoint List, that has in it, the image type column, and users have uploaded images to that (i.e. it is not a document library on its own, it is part of a list).
Any thoughts on how a): to show those at all and b): can it be done without publishing?
Solved! Go to Solution.
Hi @Master_of_None ,
Please have a try.
You can use the Image URL data category to display the images from the SharePoint list in a table, matrix, slicer, or multi-row card visual in Power BI. To do this, you need to extract the image URL from the image type column in the SharePoint list, and then change the data category of that column to Image URL in Power BI.
You can use the Power Automate service to create a flow that will copy the images from the SharePoint list to a folder in OneDrive or SharePoint Online, and then use the SharePoint Folder connector in Power BI to access the images from that folder. This way, you can display the images as binary data in Power BI, and also avoid any permission issues.
Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn
Solved: display attachments from SharePoint list in PowerB... - Microsoft Fabric Community
Solved: How can I display images from SharePoint Online Li... - Microsoft Fabric Community
If I have misunderstood your meaning , please provide more details.
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Got IT to set up an S3 bucket with anon hosting and solved it that way. Small number of end users, so a suitable workaround as opposed to being overly complex. More sharable too. Thanks for the reply though, nice to know it could be solved directly - sometimes just need to solve a different problem!
Hi @Master_of_None ,
Please have a try.
You can use the Image URL data category to display the images from the SharePoint list in a table, matrix, slicer, or multi-row card visual in Power BI. To do this, you need to extract the image URL from the image type column in the SharePoint list, and then change the data category of that column to Image URL in Power BI.
You can use the Power Automate service to create a flow that will copy the images from the SharePoint list to a folder in OneDrive or SharePoint Online, and then use the SharePoint Folder connector in Power BI to access the images from that folder. This way, you can display the images as binary data in Power BI, and also avoid any permission issues.
Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn
Solved: display attachments from SharePoint list in PowerB... - Microsoft Fabric Community
Solved: How can I display images from SharePoint Online Li... - Microsoft Fabric Community
If I have misunderstood your meaning , please provide more details.
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.