<?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 Web URL not properly recognized as valid Refreshable Source in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Web-URL-not-properly-recognized-as-valid-Refreshable-Source/m-p/2040766#M20707</link>
    <description>&lt;P&gt;I'm calling the SharePoint profile API to retrieve user profile data.&lt;/P&gt;&lt;P&gt;A typical call look like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Json.Document(Web.Contents("https://&amp;lt;sharepoint site url&amp;gt;&lt;STRONG&gt;/_api/sp.userprofiles.peoplemanager/getpropertiesfor(@v)?@v=&lt;/STRONG&gt;'&amp;lt;user account name&amp;gt;'"&lt;SPAN&gt;, [Headers=[Accept="application/json"]])))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It works perfectly fine in Power BI Desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once published, w&lt;/SPAN&gt;&lt;SPAN&gt;hen trying to set a scheduled refresh, the following error is returned:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;COM error: Microsoft.PowerBI.ReportServer.ASEngineManagedRoot, The given data source kind is not supported. Data source kind: UnknownCallsite.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Maybe it's the unusual URL caussing this problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to solve this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 15:04:49 GMT</pubDate>
    <dc:creator>Grumelo</dc:creator>
    <dc:date>2021-08-26T15:04:49Z</dc:date>
    <item>
      <title>Web URL not properly recognized as valid Refreshable Source</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Web-URL-not-properly-recognized-as-valid-Refreshable-Source/m-p/2040766#M20707</link>
      <description>&lt;P&gt;I'm calling the SharePoint profile API to retrieve user profile data.&lt;/P&gt;&lt;P&gt;A typical call look like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Json.Document(Web.Contents("https://&amp;lt;sharepoint site url&amp;gt;&lt;STRONG&gt;/_api/sp.userprofiles.peoplemanager/getpropertiesfor(@v)?@v=&lt;/STRONG&gt;'&amp;lt;user account name&amp;gt;'"&lt;SPAN&gt;, [Headers=[Accept="application/json"]])))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It works perfectly fine in Power BI Desktop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Once published, w&lt;/SPAN&gt;&lt;SPAN&gt;hen trying to set a scheduled refresh, the following error is returned:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;COM error: Microsoft.PowerBI.ReportServer.ASEngineManagedRoot, The given data source kind is not supported. Data source kind: UnknownCallsite.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Maybe it's the unusual URL caussing this problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to solve this problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 15:04:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Web-URL-not-properly-recognized-as-valid-Refreshable-Source/m-p/2040766#M20707</guid>
      <dc:creator>Grumelo</dc:creator>
      <dc:date>2021-08-26T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web URL not properly recognized as valid Refreshable Source</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Web-URL-not-properly-recognized-as-valid-Refreshable-Source/m-p/2045398#M20743</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2081" data-lia-user-login="Grumelo" class="lia-mention lia-mention-user"&gt;Grumelo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you using? &lt;A href="https://docs.microsoft.com/power-bi/report-server/get-started" target="_blank" rel="noopener"&gt;Power BI Report Server&lt;/A&gt; or &lt;A href="https://docs.microsoft.com/en-us/power-bi/fundamentals/power-bi-service-overview" target="_blank" rel="noopener"&gt;Power BI Service&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Power BI Report Server, it is not supported to refresh SharePoint Online data. For the list of supported data sources in Power BI Report Server, please check:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/data-sources" target="_blank"&gt;Power BI report data sources in Power BI Report Server - Power BI | Microsoft Docs&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Power BI Service, it is needed to use Relative Path to refresh in Power BI Service. Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Json.Document(Web.Contents("https://&amp;lt;sharepoint site url&amp;gt;/_api/",[RelativePath = "sp.userprofiles.peoplemanager/getpropertiesfor(@v)", Query = [#"@v"="'&amp;lt;user account name&amp;gt;'"], Headers=[Accept="application/json"]]))&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Icey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 05:36:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Web-URL-not-properly-recognized-as-valid-Refreshable-Source/m-p/2045398#M20743</guid>
      <dc:creator>Icey</dc:creator>
      <dc:date>2021-08-31T05:36:49Z</dc:date>
    </item>
  </channel>
</rss>

