Sharepoint Thumbmail not diplaying - Reserved

Anonymous
2023-09-25T13:13:37+00:00

Hi all,

I don't know what has happened. It was working fine and then with no reason stopped. 

I was using powerapps to upload some pictures for the list items into Thumbmail / Image column. It was working fine. Now it doesn't. And even when I try to add it manually from sharepoint lists view it doesn't work either. 
That's what it displays now and at the bottom you can see it was working on previous ones (about 3-4 weeks ago).

I have also noticed change in the link structure, but I haven't changed a single thing. Can somebody explain why is that not working anymore? I needed it urgently today...

![](https://learn-attachment.microsoft.com/api/attachments/3ad7847b-6306-4fef-b79f-6b2983fc2a70?platform=QnA

Microsoft 365 and Office | SharePoint | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

50 answers

Sort by: Most helpful
  1. Anonymous
    2024-05-09T18:48:16+00:00

    It also happened to me. It seems that Sharepoint randomly identify uploaded images as "attachment". To solve it, you must "force" sharepoint to identify images as images (as redundant as it sounds).

    • Go to the SharePoint list in question.
    • Navigate to "List Settings" > "Advanced Settings."
    • Under "Attachments," check if the "Attachments" option is enabled. If it's not required, try disabling it, re-uploading the image, and then re-enabling attachments (if needed).

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-03-26T09:42:55+00:00

    Hi,

    I also experience an issue where by everything was working fine for months pulling images from a sharepoint list to a power BI dashboard. Then all of a sudden some of the images started saving as 'Reserved images' and through playing around with URL concatenations, I managed to get the data pull through with working Image URLs.

    Now there is a new issue that I don't seem to see many people asking about which is that Power BI no longer displays images from sign in datasources (i.e. Sharepoint/Onedrive) which has totally ruined the dashboard with the available fix being discussed anywhere online.

    After some research, I found this article released in Jan 2024 that appears to state that images need to be stored in a public webpage not sharepoint/onedrive: Display images in a table, matrix, or slicer in a report - Power BI | Microsoft Learn

    Quote at bottom: "The URL must be anonymously accessible, not on a site that requires a sign-in, such as SharePoint or OneDrive for work or school."

    Doesn't leave me with any options as where else can I pull images from with all the metadata with them.

    Anyone aware of this update/impacted by it or know a work around to at least export the sharepoint list as an excel with actual images instead of URL images?

    Thanks in advance.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-02-08T10:16:53+00:00

    Hi all,

     

    I don't know what has happened. It was working fine and then with no reason stopped. 

    I was using powerapps to upload some pictures for the list items into Thumbmail / Image column. It was working fine. Now it doesn't. And even when I try to add it manually from sharepoint lists view it doesn't work either. 
    That's what it displays now and at the bottom you can see it was working on previous ones (about 3-4 weeks ago).

    Image

    I have also noticed change in the link structure, but I haven't changed a single thing. Can somebody explain why is that not working anymore? I needed it urgently today...

    ![Image](https://learn-attachment.microsoft.com/api/attachments/3ad7847b-6306-4fef-b79f-6b2983fc2a70?platform=QnA

    Try to disable Attachments in List settings --> Advanced settings --> Disable attachments.

    Reupload the picture and it should work

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-02-07T16:48:47+00:00

    Hi I have found a solution using the JSON code, considering a PHOTO column as a "multiline text" and not as a IMAGE_COLUMN.

    In the PATCH function I use the code: Substitute(JSON(UploadedImage1.Image;JSONFormat.IncludeBinaryData);"""";"")

    With this CODE you convert the picture and you can show on the gallery preview.

    I hope to have helping you with my suggestion

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-02-07T16:37:11+00:00

    I have 500 + photos !! Is there an easier way to do this?

    Was this answer helpful?

    0 comments No comments