<?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: Connecting with API Key in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870595#M29656</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Power Query (via Excel). I tried the Access Web Content menu and then clicked on the API Key option.&lt;/P&gt;</description>
    <pubDate>Fri, 28 May 2021 19:20:23 GMT</pubDate>
    <dc:creator>BobS4P</dc:creator>
    <dc:date>2021-05-28T19:20:23Z</dc:date>
    <item>
      <title>Connecting with API Key</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870582#M29654</link>
      <description>&lt;P&gt;I'm trying to connect to an API with this &lt;A href="https://www.spacresearch.com/api" target="_self"&gt;documentation&lt;/A&gt;, but I keep receiving an error stating "A web API key can only be specified when a web API key name is provided."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any experieince with this?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 19:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870582#M29654</guid>
      <dc:creator>BobS4P</dc:creator>
      <dc:date>2021-05-28T19:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting with API Key</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870591#M29655</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/304662"&gt;@BobS4P&lt;/a&gt;&amp;nbsp;What connector are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 19:17:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870591#M29655</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-05-28T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting with API Key</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870595#M29656</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Power Query (via Excel). I tried the Access Web Content menu and then clicked on the API Key option.&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 19:20:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1870595#M29656</guid>
      <dc:creator>BobS4P</dc:creator>
      <dc:date>2021-05-28T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting with API Key</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1872688#M29690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/304662"&gt;@BobS4P&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try &lt;A href="https://docs.microsoft.com/en-us/powerquery-m/web-contents" target="_self"&gt;Web.connect&lt;/A&gt; function in Power Query to connet to API.&lt;/P&gt;
&lt;P&gt;From this &lt;A href="https://dev.applicationinsights.io/documentation/Using-the-API/Power-BI" target="_self"&gt;blog&lt;/A&gt;, I think you can try this way to solve the issue.&lt;/P&gt;
&lt;P&gt;Step3: In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Access web content&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dialog, select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Basic&lt;/STRONG&gt;, enter your app's API key as the Username, and press&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Connect&lt;/STRONG&gt;. This will open the Power BI Query Editor.&lt;/P&gt;
&lt;P&gt;Here are some same issues like yours and I hope they could help you.&lt;/P&gt;
&lt;P&gt;Issue1:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/Get-data-from-web-error-A-web-API-key-can-only-be-specified-when/m-p/516654" target="_self"&gt;Get data from web error: A web API key can only be specified when a web API key name is provided&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Issue2:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Power-Query/Connect-to-restful-api-data-source-multiple-times/td-p/138855" target="_self"&gt;Connect to restful api data source multiple times&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You may refer to this &lt;A href="https://blog.crossjoin.co.uk/2014/03/26/working-with-web-services-in-power-query/" target="_self"&gt;blog:Working with Web Services in Power Query&lt;/A&gt; to connect to API by Power Query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 09:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Connecting-with-API-Key/m-p/1872688#M29690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-31T09:26:43Z</dc:date>
    </item>
  </channel>
</rss>

