<?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 Paginated Report with no data in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-with-no-data/m-p/4909006#M42722</link>
    <description>&lt;P&gt;When my Paginated Report filters result in no data, the report just displays a blank page or a header with empty rows. How can I show a friendly 'No Data Found' message instead?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Dec 2025 16:36:05 GMT</pubDate>
    <dc:creator>Amik_singh</dc:creator>
    <dc:date>2025-12-26T16:36:05Z</dc:date>
    <item>
      <title>Paginated Report with no data</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-with-no-data/m-p/4909006#M42722</link>
      <description>&lt;P&gt;When my Paginated Report filters result in no data, the report just displays a blank page or a header with empty rows. How can I show a friendly 'No Data Found' message instead?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 16:36:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-with-no-data/m-p/4909006#M42722</guid>
      <dc:creator>Amik_singh</dc:creator>
      <dc:date>2025-12-26T16:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Paginated Report with no data</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-with-no-data/m-p/4909009#M42723</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1470261" data-lia-user-login="Amik_singh" class="lia-mention lia-mention-user"&gt;Amik_singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the NoRowsMessage property combined with some basic styling to make your report look polished even when it's empty.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;​Step 1: Set the Message&lt;BR /&gt;​Click on your Tablix (the table or matrix) in the design view.&lt;BR /&gt;​In the Properties pane, locate the NoRowsMessage property.&lt;BR /&gt;​Type your custom message, e.g., "No sales data available for the selected period."&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;​Step 2: Format the Message&lt;BR /&gt;​By default, this text is small and tucked in the corner. To make it look like a formal notification:&lt;/P&gt;&lt;P&gt;​Expand the NoRowsMessage property in the pane.&lt;BR /&gt;​Set TextAlign to Center.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;​Step 3: The "Magic" Toggle (Optional)&lt;BR /&gt;​If you want to hide the entire table header when there is no data:&lt;BR /&gt;​Select the Table Row containing your headers.&lt;BR /&gt;​In the Visibility property, use this expression:&lt;BR /&gt;=IIF(CountRows("YourDatasetName") &amp;gt; 0, False, True)&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 16:43:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Paginated-Report-with-no-data/m-p/4909009#M42723</guid>
      <dc:creator>Amar_Kumar</dc:creator>
      <dc:date>2025-12-26T16:43:01Z</dc:date>
    </item>
  </channel>
</rss>

