<?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: Custom Data Connector Navigation Table Functions in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/745910#M20067</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to get it close but not perfect, I am back to looking for a way to do this again. I will let you know if I miraculously do make an progress&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 15:49:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-22T15:49:34Z</dc:date>
    <item>
      <title>Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/606251#M18298</link>
      <description>&lt;P&gt;I am creating a custom data connector and am currently working on the navigation table. I am writing this using the sdk in visual studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to have a function in my navigation table that will take in user inputs to search through a larger table with their specified conditions. While I have found evidence that this is possible&amp;nbsp;&lt;A href="https://github.com/Microsoft/DataConnectors/tree/master/samples/TripPin/1-OData" target="_blank"&gt;https://github.com/Microsoft/DataConnectors/tree/master/samples/TripPin/1-OData&lt;/A&gt; and&amp;nbsp;&lt;A href="https://github.com/Microsoft/DataConnectors/tree/master/samples/OpenApiSample" target="_blank"&gt;https://github.com/Microsoft/DataConnectors/tree/master/samples/OpenApiSample&lt;/A&gt; they both seem to import their naviagtion tables in through metadata returned from their queires which is not an option for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Despite my best efforts I am yet to find anywhere that actually shows how to do this. I have tried simply putting a function that requires arguments in my navigation table but with no luck as it gives me an error that it is expecting&amp;nbsp; parameters (which makes sense, but I need the user to enter them).&amp;nbsp; I have even looked through the json metadata returned by some of the queries in the above examples with the closest I could find to anything was a value in the functions section setting IsComposable="true".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or direction to a source which can help me would be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/606251#M18298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-22T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/693880#M19426</link>
      <description>&lt;P&gt;Hello, did you find a solution? I'm struggling with a similar problem.&lt;BR /&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 14:48:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/693880#M19426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/745910#M20067</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to get it close but not perfect, I am back to looking for a way to do this again. I will let you know if I miraculously do make an progress&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 15:49:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/745910#M20067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/745916#M20068</link>
      <description>&lt;P&gt;Hi, i also made a workaround for my case. If you're interested, when you try it again, i can try to help.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;CAOP&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 15:52:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/745916#M20068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1130570#M23950</link>
      <description>&lt;P&gt;I see you managed to get some sort of solution to this problem.&amp;nbsp; I wonder if you would be able to provide some pointers in how you solved it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having the same issue for a custom connector i am working on.&amp;nbsp; I have a number of functions that take different parameters and i would like to expose them via the navigation table.&amp;nbsp; I can get it to work if they don't require parameters from the user but i can't work out how to allow them to enter anything.&amp;nbsp; &amp;nbsp;If i mock up something that auto-generates the Navigation table they appear as expected but unfortunately this isn't really an option for what i need to do.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:00:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1130570#M23950</guid>
      <dc:creator>sboptimal</dc:creator>
      <dc:date>2020-05-30T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1713502#M28306</link>
      <description>&lt;DIV&gt;I'm facing similar issue - trying to create and expose custom function through visual studio custom connector code (to be shown in the navigator in power bi desktop), but not being able to do it. This is easily done through Power BI desktop, though.&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Mar 2021 11:02:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1713502#M28306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-10T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1897734#M29941</link>
      <description>&lt;P&gt;Hi, I've founs the example of using functions in Navigation here &lt;A href="https://github.com/microsoft/DataConnectors/issues/30" target="_blank"&gt;https://github.com/microsoft/DataConnectors/issues/30&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 23:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1897734#M29941</guid>
      <dc:creator>gooduling</dc:creator>
      <dc:date>2021-06-13T23:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Data Connector Navigation Table Functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1897735#M29942</link>
      <description>&lt;P&gt;Hi Yuval, have you found the solution?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 23:16:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Data-Connector-Navigation-Table-Functions/m-p/1897735#M29942</guid>
      <dc:creator>gooduling</dc:creator>
      <dc:date>2021-06-13T23:16:02Z</dc:date>
    </item>
  </channel>
</rss>

