<?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: Help for Paginated report - Power bi report Builder in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3408466#M30944</link>
    <description>&lt;P&gt;=IIF(CountRows() &amp;lt; 1, True, False) in tablix visibilty working. now i am able to hide the Tablix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for the help&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 09:16:21 GMT</pubDate>
    <dc:creator>tmshah61</dc:creator>
    <dc:date>2023-08-31T09:16:21Z</dc:date>
    <item>
      <title>Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3380190#M30841</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have serval Tables in from same dataset. Different filters applied to tables. I have some tables has no values sometimes. report is running properly. When i am exporting no data table and next table is coming in same sheet in excel. i have tried to hide the tablix with&amp;nbsp;&lt;/P&gt;&lt;P&gt;IIF ( Countrows ( "Field") &amp;lt; 1 , TRUE , FALSE)&amp;nbsp;&lt;/P&gt;&lt;P&gt;but still result is same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have kept different sheet name for the each tablix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please tell me how i can extract each tablix on individual Sheets in excel .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank is advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 06:34:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3380190#M30841</guid>
      <dc:creator>tmshah61</dc:creator>
      <dc:date>2023-08-15T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404233#M30925</link>
      <description>&lt;P&gt;I am quite a newcomer in the Power BI Reporting clan.&lt;/P&gt;&lt;P&gt;I have a similar problem, I wanted to hide a Tablix in case it contains no items as reslult of of paremeter selected in the reporting. Is there a way to have a formula to be used in the Visible property of the tablix?&lt;BR /&gt;Any help would be greately appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 11:17:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404233#M30925</guid>
      <dc:creator>FFelix</dc:creator>
      <dc:date>2023-08-29T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404359#M30927</link>
      <description>&lt;P&gt;sure you can, just use the Expression builder in the Hidden property of that tablix. your expression must evaluated to true or false and can be built by parameters and/or datasets values.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:25:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404359#M30927</guid>
      <dc:creator>R1k91</dc:creator>
      <dc:date>2023-08-29T12:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404366#M30928</link>
      <description>&lt;P&gt;have you already tried?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlshack.com/exporting-ssrs-reports-to-multiple-worksheets-in-excel/" target="_blank"&gt;Exporting SSRS reports to multiple worksheets in Excel (sqlshack.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 12:26:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404366#M30928</guid>
      <dc:creator>R1k91</dc:creator>
      <dc:date>2023-08-29T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404786#M30930</link>
      <description>&lt;P&gt;Thank you, but this is exactly my problem: I am not able to find an expression that is able to tell me if there are no items in the Tablix that match a given parameter.&amp;nbsp; Any suggestion? Something like CountRows that satisfies the condition of the item being equal to the value of the selected parameter?&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 15:36:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404786#M30930</guid>
      <dc:creator>FFelix</dc:creator>
      <dc:date>2023-08-29T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404853#M30932</link>
      <description>&lt;P&gt;something like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;=First(Fields!OneFieldOfYourDataset.Value, "DataSet1") IS NOTHING&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If filtering the dataset you get no rows the first is nothing&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 16:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404853#M30932</guid>
      <dc:creator>R1k91</dc:creator>
      <dc:date>2023-08-29T16:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404920#M30933</link>
      <description>&lt;P&gt;Thanks very much, but it does not seem to work, as the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;First(Fields!OneFieldOfYourDataset.Value, "DataSet1")&lt;/PRE&gt;&lt;P&gt;return the first item of the Field which is not filtered by the parameter. Therefore the Tablix is empty put the First(xxx) is nothing is False.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Felix&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 16:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3404920#M30933</guid>
      <dc:creator>FFelix</dc:creator>
      <dc:date>2023-08-29T16:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3408094#M30942</link>
      <description>&lt;P&gt;Hi, I have found a solution that works for me with this expression in the visibility of the Tablix:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IsNothing(Fields!XXXX.Value)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks foir the help!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 07:05:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3408094#M30942</guid>
      <dc:creator>FFelix</dc:creator>
      <dc:date>2023-08-31T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Paginated report - Power bi report Builder</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3408466#M30944</link>
      <description>&lt;P&gt;=IIF(CountRows() &amp;lt; 1, True, False) in tablix visibilty working. now i am able to hide the Tablix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for the help&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 09:16:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Help-for-Paginated-report-Power-bi-report-Builder/m-p/3408466#M30944</guid>
      <dc:creator>tmshah61</dc:creator>
      <dc:date>2023-08-31T09:16:21Z</dc:date>
    </item>
  </channel>
</rss>

