<?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: Create Fabric/Power BI Gateway Programmatically? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4634295#M60154</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/595369"&gt;@Don-Bot&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check in your situation regarding the issue. Have you resolved it? If you have, please consider marking the reply as &lt;STRONG&gt;Accepted solution&lt;/STRONG&gt;&amp;nbsp;and give &lt;STRONG&gt;Kudos&lt;/STRONG&gt; that helped you. It would be greatly appreciated by others in the community who may have the same question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2025 05:24:25 GMT</pubDate>
    <dc:creator>v-sgandrathi</dc:creator>
    <dc:date>2025-04-02T05:24:25Z</dc:date>
    <item>
      <title>Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626134#M60036</link>
      <description>&lt;P&gt;Is there a way I can create a power bi gateway programmatically, similar to how we can use xmla endpoints to create semantic models with code?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a way I could automate creating gateways in the service without having to do this manually.&amp;nbsp; I haven't found anything online yet about this so wanted to ask.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Edit:&amp;nbsp; What I'm referring to is after the on premise gateway is installed on the server and you setup the connection in power bi service.&amp;nbsp; I was wondering if I could setup that part programmatically&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonBot_0-1743083584684.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1254815iC9C58343B27F70A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonBot_0-1743083584684.png" alt="DonBot_0-1743083584684.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:53:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626134#M60036</guid>
      <dc:creator>Don-Bot</dc:creator>
      <dc:date>2025-03-27T13:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626440#M60042</link>
      <description>&lt;P&gt;Sounds like a VBI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would need to implement all the steps that follow the installation (proxy configuration, trusted sites, folder permissions, adding to cluster, logging in, installing all the drivers etc etc.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you could think of is to create a boilerplate image that has all this already configured, and then handle only the cluster addition programmatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And don't forget - if you delete the anchor member from the gateway then all the connections will go poof!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 19:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626440#M60042</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-03-26T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626957#M60046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/595369"&gt;@Don-Bot&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Happy to see you here in the Microsoft Fabric Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Currently, you cannot create a Power BI gateway programmatically using APIs; it must be manually installed and registered.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/data-integration/gateway/service-gateway-install" target="_blank"&gt;Install an on-premises data gateway | Microsoft Learn.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Once the gateway exists, you can automate managing data sources using the Power BI REST API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/create-datasource" target="_blank"&gt;Gateways - Create Datasource - REST API (Power BI Power BI REST APIs) | Microsoft Learn.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;By&amp;nbsp; using these APIs, you can automate the management of data sources within your Power BI gateways, reducing the need for manual intervention.&lt;/P&gt;
&lt;P&gt;Refer to the Microsoft documentation below for detailed information on the available endpoints.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/gateways" target="_blank"&gt;Gateways - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;If this solution worked for you, kindly mark it as Accept as Solution and feel free to give a Kudos, it would be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Regards,&lt;BR /&gt;Sahasra.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 07:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4626957#M60046</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-03-27T07:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4627723#M60053</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882995"&gt;@v-sgandrathi&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;,I didn't mean install the gateway on premises.&amp;nbsp; I meant setup the connection in the Power BI Service.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Actually&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882995"&gt;@v-sgandrathi&lt;/a&gt;&amp;nbsp; in reading your reply I believe you may have the answer with create datasource.&amp;nbsp; I will try that out and get back to you (accept as solution or not)&lt;BR /&gt;&lt;BR /&gt;Sorry for the confusion I'll edit my post&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonBot_0-1743083530196.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1254813i473F1A3364C1C2EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonBot_0-1743083530196.png" alt="DonBot_0-1743083530196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 13:55:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4627723#M60053</guid>
      <dc:creator>Don-Bot</dc:creator>
      <dc:date>2025-03-27T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4634295#M60154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/595369"&gt;@Don-Bot&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check in your situation regarding the issue. Have you resolved it? If you have, please consider marking the reply as &lt;STRONG&gt;Accepted solution&lt;/STRONG&gt;&amp;nbsp;and give &lt;STRONG&gt;Kudos&lt;/STRONG&gt; that helped you. It would be greatly appreciated by others in the community who may have the same question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 05:24:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4634295#M60154</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-04-02T05:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Fabric/Power BI Gateway Programmatically?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4639711#M60230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/595369"&gt;@Don-Bot&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Since we haven't heard back from you yet, I'd like to confirm if you've successfully resolved this issue or if you need further help?&lt;BR /&gt;If you've already resolved the issue, you can mark the helpful reply as a "solution" so others know that the question has been answered and help other people in the community. Thank you again for your cooperation!&lt;BR /&gt;If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Apr 2025 07:50:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Create-Fabric-Power-BI-Gateway-Programmatically/m-p/4639711#M60230</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-04-06T07:50:29Z</dc:date>
    </item>
  </channel>
</rss>

