<?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: Multiple value parameters in URL paramters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1031297#M13899</link>
    <description>&lt;P&gt;If this is for a report hosted on the service you should be able to do this using the "in" operator&lt;/P&gt;
&lt;P&gt;see&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-url-filters#filter-on-more-than-one-value-in-a-field" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-url-filters#filter-on-more-than-one-value-in-a-field&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 02:30:56 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2020-04-17T02:30:56Z</dc:date>
    <item>
      <title>Multiple value parameters in URL paramters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1022885#M13834</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to trigger paginated report by passing paramters from Power BI. My question is how I can pass multiple values of the same parameter and multiple such parameters from URL to paginted report. There are a few threads in the forum that are similar.&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Service/Paginated-Report-Using-URL-Parameters-and-Select-ALL/m-p/889073" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Service/Paginated-Report-Using-URL-Parameters-and-Select-ALL/m-p/889073&lt;/A&gt;. However, I have not found the solution. I have used the following measures. This is the base URL measure:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Base URL = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var pid = [Selected Prid]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var baseURL = "&lt;A href="https://app.powerbi.com.....?rp:MASTERREFERENCESProgramID=" target="_blank" rel="noopener"&gt;https://app.powerbi.com.....?rp:MASTERREFERENCESProgramID=&lt;/A&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONCATENATE(baseURL, pid)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;This is the measure to select the parameter values&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Selected Prid = CALCULATE( (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONCATENATEX( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_REFERENCES,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_REFERENCES[Program ID],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ","&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;This is the measure to download the report in a format&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Word = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR baseURL =&amp;nbsp; [Base URL]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONCATENATE(baseURL, "&amp;amp;rdl:format=pdf")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem is it only generates the report when I select only 1 value from the slicer. The program ID in the service is not triggered when I select multiple values from the slicer. &lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;1) I want to select multiple program IDs in the slicer and generate report for it and I also have other slicers as well where the user would generally select from one of the slicers.&lt;/P&gt;&lt;P&gt;2) Is it possible to download the report without the end-user-viewing of the service page? Thank you.Any help is much appreciated and valuable.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Apr 2020 15:41:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1022885#M13834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-13T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple value parameters in URL paramters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1023341#M13842</link>
      <description>&lt;P&gt;In the past, I have just generated a hyplerlink with the formatted values in a table already from the rows of data.&amp;nbsp; That may not be the best way to try what you are doing, but it should be easy to create a calculated field for this.&amp;nbsp; Hoping to also find other good examples of this.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 21:07:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1023341#M13842</guid>
      <dc:creator>dar100111</dc:creator>
      <dc:date>2020-04-13T21:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple value parameters in URL paramters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1031297#M13899</link>
      <description>&lt;P&gt;If this is for a report hosted on the service you should be able to do this using the "in" operator&lt;/P&gt;
&lt;P&gt;see&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-url-filters#filter-on-more-than-one-value-in-a-field" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-url-filters#filter-on-more-than-one-value-in-a-field&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 02:30:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Multiple-value-parameters-in-URL-paramters/m-p/1031297#M13899</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2020-04-17T02:30:56Z</dc:date>
    </item>
  </channel>
</rss>

