<?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 Adding Custom filters - Custom PowerBI Connector in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2079765#M31802</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add filter to Custom Connector with data loaded from API (list of values). We are already using static "xxx Duration" (days) with numbers 1..30. This is working fine. Hower would it be possible to implement list loaded ahead and pre filter data in Navigation Table with the value user picks at the beginning. Something like below print screen(the "xxx Name" list values are just static values only for test purpose here). Could you please point to right direction if there is any implementation as per this topic? Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OndrejH_0-1631783003053.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/594726i462FD623ABF9FB12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OndrejH_0-1631783003053.png" alt="OndrejH_0-1631783003053.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2021 05:31:34 GMT</pubDate>
    <dc:creator>OndrejH</dc:creator>
    <dc:date>2021-10-06T05:31:34Z</dc:date>
    <item>
      <title>Adding Custom filters - Custom PowerBI Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2079765#M31802</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add filter to Custom Connector with data loaded from API (list of values). We are already using static "xxx Duration" (days) with numbers 1..30. This is working fine. Hower would it be possible to implement list loaded ahead and pre filter data in Navigation Table with the value user picks at the beginning. Something like below print screen(the "xxx Name" list values are just static values only for test purpose here). Could you please point to right direction if there is any implementation as per this topic? Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OndrejH_0-1631783003053.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/594726i462FD623ABF9FB12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OndrejH_0-1631783003053.png" alt="OndrejH_0-1631783003053.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 05:31:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2079765#M31802</guid>
      <dc:creator>OndrejH</dc:creator>
      <dc:date>2021-10-06T05:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom filters - Custom PowerBI Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2085681#M31892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/325367"&gt;@OndrejH&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;I found some blogs about creating custom connectors and a thread with the same needs as yours, hopefully the methods used in them will help you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://4pbi.com/power-bi-custom-connector-quick-start/" target="_self"&gt;&lt;STRONG&gt;Power BI Custom Connector – Quick Start&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Custom-Data-Connector-How-to-Deploy-and-Test/ba-p/862678" target="_self"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Custom Data Connector: How to Deploy and Test&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://powerusers.microsoft.com/t5/Building-Power-Apps/Custom-Connectors-how-to-pass-parameters/td-p/347550" target="_self"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Custom Connectors - how to pass parameters &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;(see the message 6 from &lt;STRONG&gt;&lt;SPAN&gt;&lt;A id="link_37" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://powerusers.microsoft.com/t5/user/viewprofilepage/user-id/30433" target="_self" aria-label="View Profile of seadude"&gt;&lt;SPAN class=""&gt;seadude&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;)&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;There is an easier way to pass parameters in the URL. When creating a Custom Connector, use "{}" in the path for each dynamic parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**Example:**&lt;/P&gt;
&lt;P&gt;&lt;A href="https://test.com/api/%7Bversion%7D/%7Bparameter1%7D/test" target="_blank" rel="nofollow noopener noreferrer"&gt;https://test.com/api/{version}/{parameter1}/test&lt;/A&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 08:31:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2085681#M31892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-20T08:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom filters - Custom PowerBI Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2425346#M35229</link>
      <description>&lt;P&gt;Does the "{}" work with the service? or will it treat is as a dynamic connector?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 22:49:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Adding-Custom-filters-Custom-PowerBI-Connector/m-p/2425346#M35229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-29T22:49:33Z</dc:date>
    </item>
  </channel>
</rss>

