<?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 Drop down for the subreport in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4389072#M39498</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I need to include 10 subreports within a single report. Is there a way to implement a dropdown to select between them?&lt;/P&gt;&lt;P&gt;If so, how can we achieve this?&lt;/P&gt;&lt;P&gt;From what I know, we can embed all the reports and set visibility conditions. However, these reports need to work with the access restrictions defined in our SQL database and queries. What would be the most straightforward approach to manage this?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 02:17:28 GMT</pubDate>
    <dc:creator>Aartibhilare</dc:creator>
    <dc:date>2025-01-31T02:17:28Z</dc:date>
    <item>
      <title>Drop down for the subreport</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4389072#M39498</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I need to include 10 subreports within a single report. Is there a way to implement a dropdown to select between them?&lt;/P&gt;&lt;P&gt;If so, how can we achieve this?&lt;/P&gt;&lt;P&gt;From what I know, we can embed all the reports and set visibility conditions. However, these reports need to work with the access restrictions defined in our SQL database and queries. What would be the most straightforward approach to manage this?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 02:17:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4389072#M39498</guid>
      <dc:creator>Aartibhilare</dc:creator>
      <dc:date>2025-01-31T02:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down for the subreport</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4391306#M39518</link>
      <description>&lt;H3&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="888029" data-lia-user-login="Aartibhilare" class="lia-mention lia-mention-user"&gt;Aartibhilare&lt;/a&gt; ,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Dropdown for Subreports in Power BI Report Server&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Solution: Use a Parameter to Control Visibility&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Create a Parameter (ReportSelector) → List subreport names.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Insert 10 Subreports → Place all in the main report.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Set Visibility for Each Subreport&lt;/FONT&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Use: =IIF(Parameters!ReportSelector.Value = "Report1", False, True)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Repeat for each subreport.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Access Control:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT style="--darkreader-inline-color: var(--darkreader-text-000000, #e8e6e3);" color="#000000" data-darkreader-inline-color=""&gt;Filter available reports based on user roles in SQL.&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 12:08:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4391306#M39518</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-07-08T12:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down for the subreport</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4391427#M39524</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="824538" data-lia-user-login="rohit1991" class="lia-mention lia-mention-user"&gt;rohit1991&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rohit&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 21:44:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Drop-down-for-the-subreport/m-p/4391427#M39524</guid>
      <dc:creator>Aartibhilare</dc:creator>
      <dc:date>2025-02-02T21:44:01Z</dc:date>
    </item>
  </channel>
</rss>

