<?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: Some credentials arent validated problem in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945074#M88198</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I call the API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Json.Document(Web.Contents("https://[URL o the site]/api-public/report/query/50", [Headers=[#"X-API-Key"="1234567890"]]), 65001),&lt;BR /&gt;#"Converted to Table" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error)&lt;BR /&gt;in&lt;BR /&gt;#"Converted to Table"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm calling all the API in the same way, but a few I skipped the "Test" and now I have this error that I can't fix, it seems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 12:33:31 GMT</pubDate>
    <dc:creator>efilipe</dc:creator>
    <dc:date>2020-02-24T12:33:31Z</dc:date>
    <item>
      <title>Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944129#M88113</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having this problem below. The thing is that all those APIs has almost the same setup. I can't get powerbi to test those conections again. Setting thos ein PowerBI web doesnt work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2020 13:58:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944129#M88113</guid>
      <dc:creator>efilipe</dc:creator>
      <dc:date>2020-02-23T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944175#M88119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23406" data-lia-user-login="efilipe" class="lia-mention lia-mention-user"&gt;efilipe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide what is the autentication type ? Is that using OAuth ?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2020 15:54:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944175#M88119</guid>
      <dc:creator>Jayendran</dc:creator>
      <dc:date>2020-02-23T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944648#M88165</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23406" data-lia-user-login="efilipe" class="lia-mention lia-mention-user"&gt;efilipe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder whether you are using AAD OAuth.&amp;nbsp;&lt;SPAN&gt;The Azure Active Directory (&lt;/SPAN&gt;&lt;STRONG&gt;AAD&lt;/STRONG&gt;&lt;SPAN&gt;) OAuth token, used by many different data sources, expires in approximately one hour. You can run into situations where loading data takes longer than the token expiration (more than one hour), since the Power BI service waits for up to two hours when loading data. In that situation, the data loading process can fail with a credentials error.&amp;nbsp;If you have a Web connector script that's using the&amp;nbsp;&lt;A href="https://msdn.microsoft.com/library/mt260924.aspx" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Web.Page&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;function, and you have updated your dataset or report after November 18th, 2016, you must use a gateway for refresh to work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For further information, please refer to the official&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/refresh-troubleshooting-refresh-scenarios" target="_self"&gt;document&lt;/A&gt;&amp;nbsp;.&lt;/SPAN&gt;&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;Allan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&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.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 06:58:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/944648#M88165</guid>
      <dc:creator>v-alq-msft</dc:creator>
      <dc:date>2020-02-24T06:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945074#M88198</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I call the API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Json.Document(Web.Contents("https://[URL o the site]/api-public/report/query/50", [Headers=[#"X-API-Key"="1234567890"]]), 65001),&lt;BR /&gt;#"Converted to Table" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error)&lt;BR /&gt;in&lt;BR /&gt;#"Converted to Table"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm calling all the API in the same way, but a few I skipped the "Test" and now I have this error that I can't fix, it seems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:33:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945074#M88198</guid>
      <dc:creator>efilipe</dc:creator>
      <dc:date>2020-02-24T12:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945077#M88200</link>
      <description>&lt;P&gt;When I try to update the credention of those with a problem, I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed to update data source credentials: Web.Contents failed to get contents from 'https://[SITE URL]/api-public/report/query/58' (400): Hide details&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945077#M88200</guid>
      <dc:creator>efilipe</dc:creator>
      <dc:date>2020-02-24T12:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945081#M88201</link>
      <description>&lt;P&gt;What I noticed is that all of the API that are ok has a "private Level Setting" selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one that has a problem is missing that setup. I can choose any and I get the 400 error.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:38:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945081#M88201</guid>
      <dc:creator>efilipe</dc:creator>
      <dc:date>2020-02-24T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945096#M88205</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="23406" data-lia-user-login="efilipe" class="lia-mention lia-mention-user"&gt;efilipe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try my below answer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Developer/Dataset-not-refreshing-via-API-in-Power-BI-web-service-amp/m-p/787127" target="_blank"&gt;https://community.powerbi.com/t5/Developer/Dataset-not-refreshing-via-API-in-Power-BI-web-service-amp/m-p/787127&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically you are using X-key for the autentication to the API which is currently not a possible for Web Connector. so you can follow my workaround mentioned in the above link&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:53:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/945096#M88205</guid>
      <dc:creator>Jayendran</dc:creator>
      <dc:date>2020-02-24T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Some credentials arent validated problem</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/953394#M88867</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100012" data-lia-user-login="Jayendran" class="lia-mention lia-mention-user"&gt;Jayendran&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="189933" data-lia-user-login="v-alq-msft" class="lia-mention lia-mention-user"&gt;v-alq-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way then, since X-Code doesnt work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 19:01:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Some-credentials-arent-validated-problem/m-p/953394#M88867</guid>
      <dc:creator>efilipe</dc:creator>
      <dc:date>2020-02-28T19:01:03Z</dc:date>
    </item>
  </channel>
</rss>

