<?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: Ideas for adding headers and footers to subreports in Power BI Paginated in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3878511#M34737</link>
    <description>&lt;P&gt;If you have in english language we would be greatful&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 08:50:33 GMT</pubDate>
    <dc:creator>dikbdrghalley</dc:creator>
    <dc:date>2024-04-30T08:50:33Z</dc:date>
    <item>
      <title>Ideas for adding headers and footers to subreports in Power BI Paginated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3658132#M32566</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;As far as I know, by design it is not possible to display headers and footers of the subreports in the main report in Power BI Paginated Report builder.&lt;BR /&gt;I need to display different footer and header information on each page based on the subreport which is being shown on this page ( the order and number of the displayed subreports can change, since we use multi-value parameters to select reports for viewing).&lt;BR /&gt;Any ideas how this can be achieved?&lt;/P&gt;&lt;P&gt;Maybe it is possible to pass the information on which subreport is currently being displayed to the header/footer and then use it to show/hide the needed text?&lt;/P&gt;&lt;P&gt;Will appreciate any ideas!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 21:24:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3658132#M32566</guid>
      <dc:creator>VictoriaDat</dc:creator>
      <dc:date>2024-01-24T21:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas for adding headers and footers to subreports in Power BI Paginated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3658847#M32578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="679862" data-lia-user-login="VictoriaDat" class="lia-mention lia-mention-user"&gt;VictoriaDat&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can first add a header and footer to a sub-report, and subsequently display different report header and footer information based on the parameters.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You might have parameters that control which subreports are displayed. You can reference these parameters in expressions to change the content of the headers and footers dynamically.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=IIF(Parameters!SubreportParameter.Value = "Subreport1", "Subreport 1 Header", "Default Header")&lt;/LI-CODE&gt;
&lt;P&gt;Below is the official link will help you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/zh-cn/power-bi/paginated-reports/report-design/page-headers-footers-report-builder-service" target="_blank"&gt;Headers and footers in paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Xianda Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&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;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 05:49:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3658847#M32578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-25T05:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas for adding headers and footers to subreports in Power BI Paginated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3659321#M32582</link>
      <description>&lt;P&gt;Hi, thank you for the idea, however it is possible that multiple subreports will be selected in the parameter, so that on different pages we have different subreports.&lt;BR /&gt;Therefore we would need to somehow define which subreport is displayed on this particular page, do you have any ideas how this information can be received so that we can use it in header and footer expression?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 08:14:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3659321#M32582</guid>
      <dc:creator>VictoriaDat</dc:creator>
      <dc:date>2024-01-25T08:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas for adding headers and footers to subreports in Power BI Paginated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3878511#M34737</link>
      <description>&lt;P&gt;If you have in english language we would be greatful&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 08:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/3878511#M34737</guid>
      <dc:creator>dikbdrghalley</dc:creator>
      <dc:date>2024-04-30T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ideas for adding headers and footers to subreports in Power BI Paginated</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/4104598#M36447</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;BR /&gt;Did you figure it out how to add header or footer for each subreport in the main report ?&amp;nbsp;&lt;BR /&gt;Appreciate your response.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 15:52:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Ideas-for-adding-headers-and-footers-to-subreports-in-Power-BI/m-p/4104598#M36447</guid>
      <dc:creator>mehtaaarti46</dc:creator>
      <dc:date>2024-08-16T15:52:51Z</dc:date>
    </item>
  </channel>
</rss>

