<?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: Accessing Sharepoint List Error in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/844197#M28331</link>
    <description>&lt;P&gt;I resolved this issue using windows credentials instead of Organisational account credentials.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2019 23:29:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-12T23:29:51Z</dc:date>
    <item>
      <title>Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/840396#M28170</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am tring to access sharepoint page data from Power Bi and getting the follwoing error when I try to connect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The WWW-Authenticate header doesn't contain a valid authorization URI. Header value: 'Bearer realm="03b07a97-a58c-4be0-8ad3-d308163f8fa9",client_id="00000003-0000-0ff1-ce00-000000000000",trusted_issuers="00000005-0000-0000-c000-000000000000@*,00000003-0000-0ff1-ce00-000000000000@03b07a97-a58c-4be0-8ad3-d308163f8fa9",NTLM'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me please? Its quite urgent.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Nov 2019 00:54:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/840396#M28170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-08T00:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/840432#M28177</link>
      <description>&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Web-Content-Access-Method-WWW-Authenticate-header-doesn-t/td-p/156577" target="_self"&gt;Did you see this thread?&lt;/A&gt; It is old, but same issue.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 01:33:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/840432#M28177</guid>
      <dc:creator>edhans</dc:creator>
      <dc:date>2019-11-08T01:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/841870#M28234</link>
      <description>&lt;P&gt;Thanks for the response. Can someone please advise me , How can I access the Sharepoint List as data source from Power BI.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 00:29:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/841870#M28234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T00:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/841906#M28235</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well, like everything else from main menu "Get New Data":&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This generates for me the code like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = SharePoint.Tables("https://mycompany.sharepoint.com/sites/myteam/", [ApiVersion = 15]),
    #"Table" = Source{[Id="1cd9225b..."]}[Items],
    #"Renamed Columns" = Table.RenameColumns(#"Table",{{"ID", "ID.1"}})
in
    #"Renamed Columns"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of suggestions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the import wizard can you get through to see the list of folders? Or it fails before the import wizard completes?&lt;/LI&gt;&lt;LI&gt;If the wizard fails before the completion, do you think you have access to the Sharepoint site? Maybe try to create and test on a new Sharepoint site? Test if you can access it as Sharepoint folder rather than List?&lt;/LI&gt;&lt;LI&gt;Are you sure you are using a correct address? It should look like &lt;A href="https://mycompany.sharepoint.com/sites/myteam/" target="_blank" rel="noopener"&gt;https://mycompany.sharepoint.com/sites/myteam/&lt;/A&gt;, not like&amp;nbsp;&lt;A href="https://mycompany.sharepoint.com/sites/myteam/Shared" target="_blank" rel="noopener"&gt;https://mycompany.sharepoint.com/sites/myteam/Shared&lt;/A&gt; Documents/...&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 02:00:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/841906#M28235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T02:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/842939#M28275</link>
      <description>&lt;P&gt;Thanks. It fails before the import wizard. I feel like some access issue, I have requested to check my access to the Sharepoint site. I will update how I go.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 23:53:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/842939#M28275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-11T23:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Sharepoint List Error</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/844197#M28331</link>
      <description>&lt;P&gt;I resolved this issue using windows credentials instead of Organisational account credentials.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 23:29:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Accessing-Sharepoint-List-Error/m-p/844197#M28331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T23:29:51Z</dc:date>
    </item>
  </channel>
</rss>

