<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Paginated Report Image Display Error in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Image-Display-Error/m-p/4144054#M36711</link>
    <description>&lt;P&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="622849" data-lia-user-login="SQLJiim" class="lia-mention lia-mention-user"&gt;SQLJiim&lt;/a&gt; .I am glad to help you.&lt;/P&gt;
&lt;P&gt;According to your description. When you place a picture from the database to display in a table in a paginated report, you find that the picture cannot be displayed properly after clicking Run.&lt;BR /&gt;There are restrictions on displaying image resources in Power BI paginated reports.&lt;BR /&gt;1. The picture format type needs to meet the conditions.&lt;BR /&gt;2. There are restrictions on the display size of the picture, generally do not support too large a picture (generally 2MB-4MB for the appropriate range), may cause display problems.&lt;BR /&gt;3. Please check whether your picture path is correct.&lt;BR /&gt;What is the actual way of storing pictures in SQL Server database, is it the path of the stored pictures (in the form of complete URL, using other character types such as VARCHAR), or the pictures are stored in the database as binary data (such as VARBINARY(MAX) type).&lt;BR /&gt;Please check whether the image stored supports displaying in paginated reports.&lt;BR /&gt;4. Make sure that your data source itself stores the picture information data without corruption and has the right to access this information.&lt;/P&gt;
&lt;P&gt;Below are the related documents and resolved issues I have found on displaying pictures in Power BI paginated reports, I hope it will be helpful to you.&lt;BR /&gt;URL:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/images-report-builder-service" target="_blank"&gt;&lt;SPAN&gt;Images in Power BI paginated reports - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/add-external-image-report-builder-service" target="_blank"&gt;&lt;SPAN&gt;Add an external image to a Power BI paginated report - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you use URLs to store image information, you can refer to this issue&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Display-Image-URLs-as-Image-in-Power-BI-Paginated-report/td-p/1894304" target="_blank"&gt;&lt;SPAN&gt;Solved: Display Image URLs as Image in Power BI Paginated ... - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;These are the issues that have been resolved by other users in the forums about images in Power BI paginated reports not displaying properly&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Report-Image-doesn-t-display/m-p/2396753" target="_blank"&gt;&lt;SPAN&gt;Solved: Power BI Paginated Report Image doesn't display - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/cannot-display-image-in-paginated-report/m-p/1799722" target="_blank"&gt;&lt;SPAN&gt;Solved: cannot display image in paginated report. - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/How-to-display-Base-64-PNG-images-from-a-database/m-p/1178811" target="_blank"&gt;&lt;SPAN&gt;Solved: Re: How to display Base 64 PNG images from a datab... - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;If you can provide more specific information about what your image is not showing (including screenshots, etc.) this will help you pinpoint the problem quickly!&lt;BR /&gt;&lt;BR /&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 05:24:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-11T05:24:14Z</dc:date>
    <item>
      <title>Paginated Report Image Display Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Image-Display-Error/m-p/4143533#M36707</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am trying to display an image from the AdventureWorksDW database on a paginated report and all I get is a box with a little red 'x' in it.&amp;nbsp; &amp;nbsp;The image is in a varbinary(max) column.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; My query is simple:&amp;nbsp;&amp;nbsp;SELECT FirstName, LastName, EmployeePhoto&amp;nbsp; FROM [dbo].[DimEmployee]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; My image properties are as follows:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried all of the different mime types, but same result.&amp;nbsp;&amp;nbsp;What am I doing wrong?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SQLJim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 19:41:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Image-Display-Error/m-p/4143533#M36707</guid>
      <dc:creator>SQLJiim</dc:creator>
      <dc:date>2024-09-10T19:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Paginated Report Image Display Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Image-Display-Error/m-p/4144054#M36711</link>
      <description>&lt;P&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="622849" data-lia-user-login="SQLJiim" class="lia-mention lia-mention-user"&gt;SQLJiim&lt;/a&gt; .I am glad to help you.&lt;/P&gt;
&lt;P&gt;According to your description. When you place a picture from the database to display in a table in a paginated report, you find that the picture cannot be displayed properly after clicking Run.&lt;BR /&gt;There are restrictions on displaying image resources in Power BI paginated reports.&lt;BR /&gt;1. The picture format type needs to meet the conditions.&lt;BR /&gt;2. There are restrictions on the display size of the picture, generally do not support too large a picture (generally 2MB-4MB for the appropriate range), may cause display problems.&lt;BR /&gt;3. Please check whether your picture path is correct.&lt;BR /&gt;What is the actual way of storing pictures in SQL Server database, is it the path of the stored pictures (in the form of complete URL, using other character types such as VARCHAR), or the pictures are stored in the database as binary data (such as VARBINARY(MAX) type).&lt;BR /&gt;Please check whether the image stored supports displaying in paginated reports.&lt;BR /&gt;4. Make sure that your data source itself stores the picture information data without corruption and has the right to access this information.&lt;/P&gt;
&lt;P&gt;Below are the related documents and resolved issues I have found on displaying pictures in Power BI paginated reports, I hope it will be helpful to you.&lt;BR /&gt;URL:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/images-report-builder-service" target="_blank"&gt;&lt;SPAN&gt;Images in Power BI paginated reports - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/add-external-image-report-builder-service" target="_blank"&gt;&lt;SPAN&gt;Add an external image to a Power BI paginated report - Power BI | Microsoft Learn&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you use URLs to store image information, you can refer to this issue&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Display-Image-URLs-as-Image-in-Power-BI-Paginated-report/td-p/1894304" target="_blank"&gt;&lt;SPAN&gt;Solved: Display Image URLs as Image in Power BI Paginated ... - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;These are the issues that have been resolved by other users in the forums about images in Power BI paginated reports not displaying properly&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Report-Image-doesn-t-display/m-p/2396753" target="_blank"&gt;&lt;SPAN&gt;Solved: Power BI Paginated Report Image doesn't display - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/cannot-display-image-in-paginated-report/m-p/1799722" target="_blank"&gt;&lt;SPAN&gt;Solved: cannot display image in paginated report. - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Report-Server/How-to-display-Base-64-PNG-images-from-a-database/m-p/1178811" target="_blank"&gt;&lt;SPAN&gt;Solved: Re: How to display Base 64 PNG images from a datab... - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;If you can provide more specific information about what your image is not showing (including screenshots, etc.) this will help you pinpoint the problem quickly!&lt;BR /&gt;&lt;BR /&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 05:24:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-Image-Display-Error/m-p/4144054#M36711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-11T05:24:14Z</dc:date>
    </item>
  </channel>
</rss>

