Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
mudegowdrp
Helper II
Helper II

Retrieve attachment from SharePoint online list

Hello,

 

Please can I know how to import (link) Attachments from Sharepoint list online in Power BI.

 

Thanks

 

3 ACCEPTED SOLUTIONS

I'm not sure what you mean. If I use that link format, I can get to any attached picture in SharePoint in my browser. Not sure what you are trying to achieve or how you are trying to access it. If you have the SharePoint as a trusted site, you can use URL's in that format to add images to your Power BI Desktop report. Can you explain your use case?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

I tried few ways to do that. Best way is to have a llink and it works as you told. Thank you @Greg_Deckler

View solution in original post

I know this is marked as solved, but was one of the first hits on google and did not fit my use case.

I wanted to add a link to an excel file that was attached to a sharepoint list item.

 

1. Open the Query Editor and find the column named AttachmentFiles

2.Expand the table with the double arrow and select ServerRelativeURL. This will give you a new column called AttachmentFiles.ServerRelativeURL

Capture1.PNGCapture2.PNG

3. Add a custom column to concat your Sharepoint URL and the Path  like this ="https://mysite.sharepoint.com" & [AttachmentFiles.ServerRelativeUrl]

Capture3.PNG

4. Save and close the Query Editor

5. In the data table view, select the custom column you created and in the modeling tab select Data Category:Web URL

6. Add the custom column to your table visual and in formatting/values select URL Icon true to keep tidy.

 

 

 

 

 

View solution in original post

19 REPLIES 19
Greg_Deckler
Super User
Super User

You can import list items from SharePoint but not attachments to the best of my knowledge, unless you write your own custom connector. If you could get a URL to the attachment itself, maybe. Are you trying to import something like Excel files attached to SharePoint list items?

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Thank you for responding @Greg_Deckler

 

Yes, I am trying to retrieve image file (.PNG) attached to list items. Its fine if I can attach link to that image file.

 

 

Well, a link to a SharePoint list item attachment has the following format:

 

https://[site url]/Lists/[List Name]/Attachments/[Item ID]/[File Name]

 

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Yes but for some reason its just text field not the link.

I'm not sure what you mean. If I use that link format, I can get to any attached picture in SharePoint in my browser. Not sure what you are trying to achieve or how you are trying to access it. If you have the SharePoint as a trusted site, you can use URL's in that format to add images to your Power BI Desktop report. Can you explain your use case?


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

I know we're a few years into this post but there's a big difference if you are using the 1.0 version of the SharePoint LIst connector vs the 2.0 Beta version as of the time i'm writing this in January 2022. The 1.0 version let's you do what @Mallev is suggesting; however, the 2.0 Beta version doesn't. It just shows up with an Attachments field that has a value of a 0 or 1. The 2.0 version is so much faster and easier to use. So what I ended up doing was creating two connections. My first uses the 2.0 connection and pulls everything i need EXCEPT for AttachmentFiles, and a 1.0 connection that only pulls the AttachmentFiles and the item ID. Then I merge the two queries on the Item ID. Works pretty good, it's just really slow. I hope they add the capability to the 2.0 connection! 

I tried few ways to do that. Best way is to have a llink and it works as you told. Thank you @Greg_Deckler

I know this is marked as solved, but was one of the first hits on google and did not fit my use case.

I wanted to add a link to an excel file that was attached to a sharepoint list item.

 

1. Open the Query Editor and find the column named AttachmentFiles

2.Expand the table with the double arrow and select ServerRelativeURL. This will give you a new column called AttachmentFiles.ServerRelativeURL

Capture1.PNGCapture2.PNG

3. Add a custom column to concat your Sharepoint URL and the Path  like this ="https://mysite.sharepoint.com" & [AttachmentFiles.ServerRelativeUrl]

Capture3.PNG

4. Save and close the Query Editor

5. In the data table view, select the custom column you created and in the modeling tab select Data Category:Web URL

6. Add the custom column to your table visual and in formatting/values select URL Icon true to keep tidy.

 

 

 

 

 

I cannot expand the Attachment Files colunm. It says no colunms to show instead of showing the attachment related colunms to select. Any ideas?

This works fine for me BUT I have more than one attachment in each row within my SharePoint list.  Therefore I get more than one row with duplicated information showing the second/third/forth attacdhments.  Is there a way to combine this so that the attachments are on one row?

spud076_0-1646219350008.png

Thanks in advance!! (",) 

 

Hi, 

 

Sorry I realise this is an ancient post but I've looked everywhere for the "Attachmentfiles" column and I can't seem to find it. All I have is a column called "Attachments" when viewed in SP it displays the paper clip and if you click on the list items the attachments are there. 

 

however in powerbi it just shows a number 1 (not even reflective of the actual number of attachments) and it is not expandable. 

 

Any help would be appreciated.

@LinoP 
You have to use the "Implementation 1.0" for your connection, than the "AttachmentFiles" will be shown.
sp_attachments.png

Hi Mallev,

 

I would like to display image from sharepoint attachment in Power Bi. I tried your method. i don't understand the last step.

6. Add the custom column to your table visual and in formatting/values select URL Icon true to keep tidy.

Could you tell me where to select URL Icon true?

 
 
 
 

table1.png

if I change to data category to imageURL, it will show broken files.

 

i hope your method can solve my problem.

 

Thank you.

Lisa

Hi @LisaChai12 

I used Mr Mallev method but I am getting on Link icons not the images.
Screenshot 2022-09-19 105937.png


Screenshot 2022-09-19 110039.png

Mallev,   Awesommmmme solution!!!!!!!  Thanks so much for sharing this truly outstanding solution!!!!  Now I can access the data and the attachments all from within Power BI!

Anonymous
Not applicable

Hi,

I would like to display images which are stored in sharepoint as attachments. I am able to retrieve the URL, but when I use an image visualisation, I get a "broken image" icon.

However, if the user is already logged into sharepoint, then the images appear.

How can i get the images to appear without forcing the user to log onto sharepoint (before they run the report)?

 

I have tried formatting the URL as an image type, this does not work.

 

Has anyone done this?

Hi, 

 

I'm currently using this solution and it looks great. However, since explanding the table and extracting the link the list item, the Power BI file it increadibly slow to update from the server. When I click "Close and Apply" to exit the query editor, the Apply Query Changes window appears but the data download rate is in the order of 1mb/min. For refernce, it is usually ~100 mb/min. 

 

Do you have any suggestions on what might be causing this behaviour? 


Thanks in advance,

Daniel 

I Also had the same problem here, whenever i use the serverrelativeurl table for attachment it would slow down the query load like only 30Kb/s

is there anyone had a trick to solve this??

Thank you @Mallev 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.