Forum Discussion

JoelN's avatar
JoelN
Helper I
4 years ago
Solved

SharePoint Image to Paginated Report

Hi Everyone,

 

I need help showing my SharePoint images from my document library on Paginated Report.

1.  I added the document library to my Power BI and have a table showing ID and URL
(URL = websit URL+ ServerRelativeURL   |  Ex. https//sample.sharepoint/com/sites/TEST/Images/ABC.png).

 

2.  Secondly, I published the upated PBIX file to my premium workspace for Report Builder to read.

 

Goal: Creat an image subreport that is filtered based on ID parameter inside my main report showing the particular ID's image.

 

Note: Im struggling to show the image as the "image source" doesnt work. I read some people converted to Base64 and then split but I was struggling on the steps.

 

Thank you for your assistance ðŸ™‚

 

 

10 Replies

  • v-henryk-mstf's avatar
    v-henryk-mstf
    Community Support

    Hi JoelN ,

     

    For the selection of image resources, if the image resources stored in the report server portal select external.

    For images on any website (including report servers in SharePoint integration mode), type the full URL of the image in the "Use this image" box.

    https://\<SharePointservername>/\<site>/Documents/images/image1.jpg

     

    related document link:

    Add an external image to a paginated report - Microsoft Report Builder & Power BI Report Builder | Microsoft Docs

    Specifying paths to external items in a paginated report - Microsoft Report Builder & Power BI Report Builder | Microsoft Docs


    If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


    Best Regards,
    Henry


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

     

    • sauloverissimo's avatar
      sauloverissimo
      New Member

      This solution does not work with images from a sharepoint image library. I need to make a report from the sharepoint list, but the report builder doesn't matter from there. Sharepoint URLs are restricted, even leaving them open to anyone with the link.


      In this image square 1 external image from microsoft site.
      image 2 external image from my sharepoint image library (open to anyone with the link)

       

       

    • Anonymous's avatar
      Anonymous
      Not applicable

      This does not work, when external is selected on the image source, the import button is greyed out. Which means the popup button to select the image doesnt work. 

      Was wondering if there's any updates on this?

      • JoelN's avatar
        JoelN
        Helper I

        Import images to azure data storage - create sql mapping - add in sql table - create view and add in paginated report. 

    • JoelN's avatar
      JoelN
      Helper I

      Hey d_gosbell I saw you have completed some great solutions in Report Builder. If you have a moment I'd love to hear if you think there is a solution to my issue. Thanks!
      Video of issue: https://screencast-o-matic.com/watch/c3heDVVYd5f.

      Goal: Creat an image subreport that is filtered based on ID parameter inside my main report showing that particular ID's image stored on SharePoint document Library.

      Joel

       

  • This solution does not work with images from a sharepoint image library. I need to make a report from the sharepoint list, but the report builder doesn't matter from there. Sharepoint URLs are restricted, even leaving them open to anyone with the link.


    In this image square 1 external image from microsoft site.
    image 2 external image from my sharepoint image library (open to anyone with the link)

     

  • I was able to solve my issue. As mentioned above SharePoint library cant be done. The fix was adding the images in Azure Data storage -> Create a SQL view and create a new dataset from the view created. It worked after that. Hope this helps others.