<?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: Filter a report using query string parameters in the URL with single select slicer in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/3715532#M33008</link>
    <description>&lt;P&gt;Is there an update to this, I want to be able to select a value from a slicer but not filter the whole report. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 01:18:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-22T01:18:33Z</dc:date>
    <item>
      <title>Filter a report using query string parameters in the URL with single select slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1643670#M17921</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a PowerBI dashboard (connection: Analysis Services) embedded in a web and we want to build URL to pass down parameters into PowerBI - so when users filter something in the web and link to PowerBI, the filtered parameters are passed down to PowerBI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've followed the instruction here:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because we still need to allow users to filter in PowerBI, I need to build slicers in the dashboard. Then i found if today the slicer is Single Select, it goes wrong, but if Multi Select, it goes right...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example - I have 2 slicers, L1 Location is Single Select while L2 Location is Multi Select&lt;/P&gt;&lt;P&gt;Firstly, I apply the query string to my URL to only pass parameter L2 Location = Location A2, and it works as below&lt;/P&gt;&lt;P&gt;https://mypowerbiserver/mypowerbifolder/mypowerbiname/?rs:embed=True&lt;FONT color="#0000FF"&gt;&amp;amp;filter=Sheet1/L2_x0020_Location eq 'Location A2'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I tried to apply&amp;nbsp;the query string to my URL to only pass parameter L1 Location = Location B, but it doesn't work...&lt;/P&gt;&lt;P&gt;The slicer shows the option of "Location B", but it still selects Location A, and no data is displayed&lt;/P&gt;&lt;P&gt;https://mypowerbiserver/mypowerbifolder/mypowerbiname/?rs:embed=True&lt;FONT color="#0000FF"&gt;&amp;amp;filter=Sheet1/L1_x0020_Location eq 'Location B'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, I tried to change slicer Location 1 to be Multi Select, and applied query string to both slicers, it works&lt;/P&gt;&lt;P&gt;So I guess it's because of Single Select...and would like to know if any way to fix this...? Thanks!&lt;/P&gt;&lt;P&gt;https://mypowerbiserver/mypowerbifolder/mypowerbiname/?rs:embed=True&lt;FONT color="#0000FF"&gt;&amp;amp;filter=Sheet1/L1_x0020_Location eq 'Location B' and Sheet1/L2_x0020_Location eq 'Location B2'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 04:19:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1643670#M17921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T04:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a report using query string parameters in the URL with single select slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1647403#M17949</link>
      <description>&lt;P&gt;Unfortunately there is no easy fix for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Url filters do not change slicers, they work by adding a report level (all pages) filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So when you change your slicer to a single select you are forced to save your report with a default value selected (eg L! Location = Location A). Then when you apply a url filter it &lt;STRONG&gt;adds&lt;/STRONG&gt; a new "all pages" filter in the filter pane and if you select L1 Location = 'Location B' for example you now have the scenario where the filter condition is now&amp;nbsp; L1 Location = 'Location A' AND&amp;nbsp;L1 Location = 'Location B' which filters out all your data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment you cannot use single select slicers with URL filters.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:13:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1647403#M17949</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-02-05T08:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a report using query string parameters in the URL with single select slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1659737#M18053</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="109790" data-lia-user-login="d_gosbell" class="lia-mention lia-mention-user"&gt;d_gosbell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply, after several attempts, I found the workaround to use Hierarchy Slicer from marketplace and make it as Singel Select. It works, just the drawback is we can't have the slicer in the format of dropdown list, but still it helps&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 07:46:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/1659737#M18053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-11T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a report using query string parameters in the URL with single select slicer</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/3715532#M33008</link>
      <description>&lt;P&gt;Is there an update to this, I want to be able to select a value from a slicer but not filter the whole report. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 01:18:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Filter-a-report-using-query-string-parameters-in-the-URL-with/m-p/3715532#M33008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-22T01:18:33Z</dc:date>
    </item>
  </channel>
</rss>

