<?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: Connect to database via REST API from Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-database-via-REST-API-from-Power-BI/m-p/2802056#M38940</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI can connect to data by using existing connectors and generic data sources, like ODBC, OData, OLE DB, Web, CSV, XML, and JSON. Or, developers can enable new data sources with custom data extensions called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;custom connectors&lt;/EM&gt;. Some custom connectors are certified and distributed by Microsoft as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;certified connectors&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;To use non-certified custom connectors that you or a third party have developed, you must adjust the Power BI Desktop security settings to allow extensions to load without validation or warning. Because this code can handle credentials, including sending them over HTTP, and ignore privacy levels, you should only use this security setting if you absolutely trust your custom connectors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-connector-extensibility#custom-connectors" target="_blank"&gt;Connector Extensibility in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.thepoweruser.com/2021/02/21/power-bi-rest-api-connector/#:~:text=In%20short%2C%20with%20this%20new%20feature%20for%20the,the%20connector%20listed%20inside%20the%20Get%20Data%20window" target="_blank"&gt;Power BI REST API Connector &amp;amp;mdash; The Power User&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/migueesc123/PowerBIRESTAPI" target="_blank"&gt;GitHub - migueesc123/PowerBIRESTAPI: A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Jianbo Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 08:01:55 GMT</pubDate>
    <dc:creator>v-jianboli-msft</dc:creator>
    <dc:date>2022-09-28T08:01:55Z</dc:date>
    <item>
      <title>Connect to database via REST API from Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-database-via-REST-API-from-Power-BI/m-p/2798758#M38905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to connect to a database via REST API from Power BI. Am not sure what are the steps that should be followed in order to connect to a custom API from Power BI ( API is written in python). Any guidance will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priyanga&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 06:53:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-to-database-via-REST-API-from-Power-BI/m-p/2798758#M38905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-27T06:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to database via REST API from Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connect-to-database-via-REST-API-from-Power-BI/m-p/2802056#M38940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI can connect to data by using existing connectors and generic data sources, like ODBC, OData, OLE DB, Web, CSV, XML, and JSON. Or, developers can enable new data sources with custom data extensions called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;custom connectors&lt;/EM&gt;. Some custom connectors are certified and distributed by Microsoft as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;certified connectors&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;To use non-certified custom connectors that you or a third party have developed, you must adjust the Power BI Desktop security settings to allow extensions to load without validation or warning. Because this code can handle credentials, including sending them over HTTP, and ignore privacy levels, you should only use this security setting if you absolutely trust your custom connectors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-connector-extensibility#custom-connectors" target="_blank"&gt;Connector Extensibility in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.thepoweruser.com/2021/02/21/power-bi-rest-api-connector/#:~:text=In%20short%2C%20with%20this%20new%20feature%20for%20the,the%20connector%20listed%20inside%20the%20Get%20Data%20window" target="_blank"&gt;Power BI REST API Connector &amp;amp;mdash; The Power User&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/migueesc123/PowerBIRESTAPI" target="_blank"&gt;GitHub - migueesc123/PowerBIRESTAPI: A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;Jianbo Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; margin: 7.5pt 0in 0in 0in;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:01:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connect-to-database-via-REST-API-from-Power-BI/m-p/2802056#M38940</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-09-28T08:01:55Z</dc:date>
    </item>
  </channel>
</rss>

