<?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 URL Parameters from one Report to another in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/URL-Parameters-from-one-Report-to-another/m-p/837746#M12062</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are using PBIRS Sept 2019 version and we have 2 completely different reports.&lt;/P&gt;&lt;P&gt;Report 1 has Hyperlink to Report 2.&lt;/P&gt;&lt;P&gt;am looking for options to pass Slicer selections from Report-1 to Report-2 when user clicks on?&lt;/P&gt;&lt;P&gt;both are on PBIRS.&lt;/P&gt;&lt;P&gt;am finding documentation for Paginated Reports, Regular Power Bi but not Report Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I save and send/pass selections from Report-1 dynamically ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Syntax:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="caps"&gt;URL&lt;/SPAN&gt;&lt;SPAN&gt;?filter=Table/Field eq ‘value’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server" target="_blank" rel="noopener"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 20:29:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-05T20:29:01Z</dc:date>
    <item>
      <title>URL Parameters from one Report to another</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/URL-Parameters-from-one-Report-to-another/m-p/837746#M12062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are using PBIRS Sept 2019 version and we have 2 completely different reports.&lt;/P&gt;&lt;P&gt;Report 1 has Hyperlink to Report 2.&lt;/P&gt;&lt;P&gt;am looking for options to pass Slicer selections from Report-1 to Report-2 when user clicks on?&lt;/P&gt;&lt;P&gt;both are on PBIRS.&lt;/P&gt;&lt;P&gt;am finding documentation for Paginated Reports, Regular Power Bi but not Report Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I save and send/pass selections from Report-1 dynamically ?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Syntax:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="caps"&gt;URL&lt;/SPAN&gt;&lt;SPAN&gt;?filter=Table/Field eq ‘value’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server" target="_blank" rel="noopener"&gt;https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19727650-pass-filter-in-url-power-bi-report-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 20:29:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/URL-Parameters-from-one-Report-to-another/m-p/837746#M12062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-05T20:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: URL Parameters from one Report to another</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/URL-Parameters-from-one-Report-to-another/m-p/840147#M12090</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found this video&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=8ASw-J0PuN8" target="_blank"&gt;https://www.youtube.com/watch?v=8ASw-J0PuN8&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Created a Measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FilteredURL = IF(ISFILTERED(Store[Territory]), “&lt;A href="https://app.powerbi.com/groups/me/reports/beb3e658-8372-4bfe-8cb2-914287c75b62/ReportSection3?filter=Store/Territory" target="_blank"&gt;https://app.powerbi.com/groups/me/reports/beb3e658-8372-4bfe-8cb2-914287c75b62/ReportSection3?filter=Store/Territory&lt;/A&gt; in (‘” &amp;amp; CONCATENATEX(VALUES(Store[Territory]), Store[Territory], “‘,'”) &amp;amp; “‘)”)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But this is still incomplete: with this approach we can only display full web URL on the page which doesnt look good to the end user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wanted to pass this Measure to a Image/Action/Web URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or to a Text in a 'Text Box'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:30:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/URL-Parameters-from-one-Report-to-another/m-p/840147#M12090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-07T17:30:33Z</dc:date>
    </item>
  </channel>
</rss>

