<?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: CONTAINS or OR condition in URL filters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522440#M8035</link>
    <description>&lt;P&gt;I believe that "in" is CONTAINS. I don't see an or which is odd since and is supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-url-filters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-url-filters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 13:22:18 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2018-09-21T13:22:18Z</dc:date>
    <item>
      <title>CONTAINS or OR condition in URL filters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522330#M8027</link>
      <description>&lt;P&gt;I have a&amp;nbsp;report&amp;nbsp;to show list of employees. Each employee has a manager, the manager in turn has a manager and so on till the CEO i.e. a typical Org hierarchy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to pass a URL filter with an employee id and then show all employees that&amp;nbsp;report to that employee i.e. everyone below him/her.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each employee record, I already have fields like L1 Manager, L2 Manager where L1 manager = CEO, L2 is the next level and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So URL filter would be something like&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://ReportURL?filter=Employee/L0ManagerID eq '123456' &lt;STRONG&gt;OR&lt;/STRONG&gt; Employee/L1ManagerID eq '123456' &lt;STRONG&gt;OR&lt;/STRONG&gt; Employee/L3ManagerID eq '123456' &lt;STRONG&gt;OR&lt;/STRONG&gt; Employee/L4ManagerID eq '123456'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can create a column called ManagerIDs which would be a concatenation of&amp;nbsp;&lt;SPAN&gt;L0ManagerID,&amp;nbsp;L1ManagerID,&amp;nbsp;L2ManagerID and so on and then pass a URL like&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://ReportURL?filter=Employee/ManagerIDs&amp;nbsp;&lt;STRONG&gt;CONTAINS&amp;nbsp;&lt;/STRONG&gt;'123456'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Looks like neither &lt;STRONG&gt;OR&lt;/STRONG&gt; or &lt;STRONG&gt;CONTAINS&amp;nbsp;&lt;/STRONG&gt;is supported in URL filters though. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If that is correct, is there any other way I can achieve what I'm looking for?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 12:11:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522330#M8027</guid>
      <dc:creator>vickyd</dc:creator>
      <dc:date>2018-09-21T12:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: CONTAINS or OR condition in URL filters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522440#M8035</link>
      <description>&lt;P&gt;I believe that "in" is CONTAINS. I don't see an or which is odd since and is supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-url-filters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-url-filters&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 13:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522440#M8035</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-09-21T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: CONTAINS or OR condition in URL filters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522452#M8036</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I believe that "in" is CONTAINS. I don't see an or which is odd since and is supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-url-filters" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/service-url-filters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;IN is more of search one column for on of the values in the list. What I need is more of the SQL LIKE search e.g.&amp;nbsp;ManagerIDs LIKE '%12345%'.&lt;/P&gt;&lt;P&gt;I just used&amp;nbsp;the word contains because Power BI filters uses the word contains.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 13:38:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/522452#M8036</guid>
      <dc:creator>vickyd</dc:creator>
      <dc:date>2018-09-21T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: CONTAINS or OR condition in URL filters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/2862478#M27191</link>
      <description>&lt;P&gt;I'm looking for the same thing. Four years later and it's still not available.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 18:14:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/2862478#M27191</guid>
      <dc:creator>DJTentman</dc:creator>
      <dc:date>2022-10-25T18:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: CONTAINS or OR condition in URL filters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/3107594#M29072</link>
      <description>&lt;P&gt;Same for me, found still no way to filter with "contain" method similar to normal report filters. Have you found out any workarrounds?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 10:41:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/CONTAINS-or-OR-condition-in-URL-filters/m-p/3107594#M29072</guid>
      <dc:creator>AndreasLanger</dc:creator>
      <dc:date>2023-03-02T10:41:33Z</dc:date>
    </item>
  </channel>
</rss>

