Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Accessing Sharepoint List Error

Hi Team,

 

I am tring to access sharepoint page data from Power Bi and getting the follwoing error when I try to connect. 

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'.

 

Can someone help me please? Its quite urgent.

Thanks

 
 
 
 
 
 
1 ACCEPTED SOLUTION
Anonymous
Not applicable

I resolved this issue using windows credentials instead of Organisational account credentials.

Thanks

 

View solution in original post

5 REPLIES 5
edhans
Community Champion
Community Champion

Did you see this thread? It is old, but same issue.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
Anonymous
Not applicable

Thanks for the response. Can someone please advise me , How can I access the Sharepoint List as data source from Power BI.

Thanks

 

Anonymous
Not applicable

Hi @Anonymous ,

 

well, like everything else from main menu "Get New Data":

 

 

PBI.png

This generates for me the code like below:

 

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"

 

 

A couple of suggestions:

  1. In the import wizard can you get through to see the list of folders? Or it fails before the import wizard completes?
  2. 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?
  3. Are you sure you are using a correct address? It should look like https://mycompany.sharepoint.com/sites/myteam/, not like https://mycompany.sharepoint.com/sites/myteam/Shared Documents/...

Kind regards,

JB

Anonymous
Not applicable

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.

Thanks

Anonymous
Not applicable

I resolved this issue using windows credentials instead of Organisational account credentials.

Thanks

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors
Top Kudoed Authors