<?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: Need a guidance to publish a Power Query SDK in the Power BI “Get Data&amp;quot;. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5156460#M64979</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1525994" target="_blank"&gt;@Ashendra&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 12:21:14 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2026-04-23T12:21:14Z</dc:date>
    <item>
      <title>Need a guidance to publish a Power Query SDK in the Power BI “Get Data".</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5150659#M64890</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have developed a custom Zoho CRM data connector for Power BI using the Power Query SDK, and my primary goal is to publish this connector so that it becomes available under the &lt;STRONG&gt;"Get Data"&lt;/STRONG&gt; experience for all users.&lt;/P&gt;&lt;P&gt;I would appreciate guidance from the community on the correct approach and requirements to achieve this.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;What I Have Built&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;I created a custom connector that integrates Zoho CRM with Power BI using OAuth 2.0 authentication.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Authentication Setup&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Implemented OAuth 2.0 using:&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Client ID&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Client Secret&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Users are redirected to Zoho’s authorization page&lt;/LI&gt;&lt;LI&gt;After login, an &lt;STRONG&gt;authorization code&lt;/STRONG&gt; is generated&lt;/LI&gt;&lt;LI&gt;The code is exchanged for:&lt;UL&gt;&lt;LI&gt;Access Token&lt;/LI&gt;&lt;LI&gt;Refresh Token&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Tokens are used to securely fetch data from Zoho APIs&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Data Integration&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Using Zoho CRM REST APIs &lt;FONT color="#FF6600"&gt;&lt;U&gt;(/crm/v8/...)&lt;/U&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Fetching modules dynamically via /settings/modules&lt;/LI&gt;&lt;LI&gt;Filtering only API-supported modules&lt;/LI&gt;&lt;LI&gt;Converting API responses into structured tables for Power BI&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Connector Capabilities&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Dynamic module selection&lt;/LI&gt;&lt;LI&gt;Handling pagination for large datasets&lt;/LI&gt;&lt;LI&gt;Automatic token refresh using refresh tokens&lt;/LI&gt;&lt;LI&gt;Basic error handling for API and authentication failures&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;My Goal&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;I want to make this connector available to all users directly inside Power BI under:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Home → Get Data → All / Azure / Online Services / Other&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So that users can connect to Zoho CRM without manually installing or configuring the connector.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Questions / Guidance Needed&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Certification &amp;amp; Publishing&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;What is the official process to get a custom connector certified and listed in Power BI?&lt;/LI&gt;&lt;LI&gt;Where do I submit the connector for review?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;What are the mandatory requirements for:&lt;UL&gt;&lt;LI&gt;Security (especially handling Client Secret)&lt;/LI&gt;&lt;LI&gt;OAuth implementation&lt;/LI&gt;&lt;LI&gt;Data privacy compliance&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Connector Packaging&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Are there specific guidelines for packaging .mez files for submission?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Limitations&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Are there any restrictions on third-party APIs like Zoho CRM for certification?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Timeline &amp;amp; Approval&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;How long does the certification process typically take?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;What I’m Looking For&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Official documentation or checklist for publishing connectors&lt;/LI&gt;&lt;LI&gt;Best practices followed by certified connectors&lt;/LI&gt;&lt;LI&gt;Any real-world experience or tips from developers who have published connectors&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;My intention is to make Zoho CRM integration seamless for Power BI users without requiring manual setup, and I want to ensure I follow the correct and recommended path for publishing.&lt;/P&gt;&lt;P&gt;Any help or direction would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 04:52:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5150659#M64890</guid>
      <dc:creator>Ashendra</dc:creator>
      <dc:date>2026-04-16T04:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need a guidance to publish a Power Query SDK in the Power BI “Get Data".</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5151724#M64901</link>
      <description>&lt;P&gt;This is all explained in excruciating detail here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/install-sdk" target="_blank" rel="noopener"&gt;Develop a connector using the Power Query SDK - Power Query | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can use one of the many paid connectors like&amp;nbsp;&lt;A href="https://zappysys.com/api/integration-hub/zoho-crm-connector/power-bi" target="_blank"&gt;Zoho CRM Connector for Power BI&lt;/A&gt;&amp;nbsp; (no endorsement)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 20:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5151724#M64901</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-04-16T20:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need a guidance to publish a Power Query SDK in the Power BI “Get Data".</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5154694#M64948</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1525994"&gt;@Ashendra&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;,Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 14:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5154694#M64948</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-04-20T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need a guidance to publish a Power Query SDK in the Power BI “Get Data".</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5156460#M64979</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1525994" target="_blank"&gt;@Ashendra&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 12:21:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-a-guidance-to-publish-a-Power-Query-SDK-in-the-Power-BI-Get/m-p/5156460#M64979</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-04-23T12:21:14Z</dc:date>
    </item>
  </channel>
</rss>

