<?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: Report Builder - generate a single report that shows same data but with different filters applied in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3161865#M29344</link>
    <description>&lt;P&gt;One way to do this would be using a sub report&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/subreports" target="_blank"&gt;Subreports in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you build a single report that has a parameter that can either be MLB or League or a Team and prints the page for that entity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then build a second report that has a dataset with 33 rows - one row for each entity you want to print. With the parameter value you need to pass into the first report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;MLB&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;League 1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;League 2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Team 1&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Team 2&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P&gt;etc...&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then when you run the second report it should generate the first report 33 times passing in the different parameter values from the dataset in the second report.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 21:55:04 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2023-03-29T21:55:04Z</dc:date>
    <item>
      <title>Report Builder - generate a single report that shows same data but with different filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3161079#M29332</link>
      <description>&lt;P&gt;I have a report I built in report builder. i want to generate a multi-page document that replicates the same infomation, but with a separate page based on filtered data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt; let's say I built a report that shows key Baseball stats (hitting stats, pitchings stats, wins/losses, etc.) in the layout that I want. What I'm specifically looking to do: generate one report that shows the same information per page , but with the data filtered based on a defined value:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 1 page sumarizing the data for all of MLB&lt;/P&gt;&lt;P&gt;- 1 page sumarizing the data for each of the 2 leagues&lt;/P&gt;&lt;P&gt;- 1 page sumarizing the data for each of the 30 team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The end result is a single report with 33 pages; each page looks exactly the same, showing the same set of data, but with the data values updated to reflect the various "groups".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relatively new to Power Bi Report Builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen questions simliar to this on the Community Board, and I've seen replies that this is possible, but can't see a straightforward reply that shows how to do that. Most of the linked urls/documents poitn to generic "Report Builder in a Day" type documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 14:02:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3161079#M29332</guid>
      <dc:creator>DataThomas</dc:creator>
      <dc:date>2023-03-29T14:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder - generate a single report that shows same data but with different filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3161865#M29344</link>
      <description>&lt;P&gt;One way to do this would be using a sub report&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/subreports" target="_blank"&gt;Subreports in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you build a single report that has a parameter that can either be MLB or League or a Team and prints the page for that entity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then build a second report that has a dataset with 33 rows - one row for each entity you want to print. With the parameter value you need to pass into the first report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;MLB&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;League 1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;League 2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Team 1&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Team 2&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;
&lt;P&gt;etc...&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then when you run the second report it should generate the first report 33 times passing in the different parameter values from the dataset in the second report.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 21:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3161865#M29344</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-03-29T21:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder - generate a single report that shows same data but with different filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3169708#M29389</link>
      <description>&lt;P&gt;thanks so much for pointing me in the right direction. i am able to follow up until:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"In this second report you create a table based on this dataset with a single detail cell which covers the whole width of the report and &lt;STRONG&gt;put a subreport control in it linked to your first report and link up the parameter in the subreport to value from the dataset.&lt;/STRONG&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you clarify/expand what you mean by subreport control and how to link it to the first report?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3169708#M29389</guid>
      <dc:creator>DataThomas</dc:creator>
      <dc:date>2023-04-03T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder - generate a single report that shows same data but with different filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3170344#M29393</link>
      <description>&lt;P&gt;There are instructions here on using subreports&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/report-design/add-a-subreport-and-parameters-report-builder-and-ssrs?view=sql-server-ver16" target="_blank"&gt;Add a subreport and parameters to a paginated report - Microsoft Report Builder &amp;amp; Power BI Report Builder | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 21:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3170344#M29393</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2023-04-03T21:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Report Builder - generate a single report that shows same data but with different filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3171669#M29397</link>
      <description>&lt;P&gt;thanks for the help and lnks; was able to sort it out and it worked perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 12:09:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Builder-generate-a-single-report-that-shows-same-data-but/m-p/3171669#M29397</guid>
      <dc:creator>DataThomas</dc:creator>
      <dc:date>2023-04-04T12:09:43Z</dc:date>
    </item>
  </channel>
</rss>

