Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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
Solved! Go to Solution.
I resolved this issue using windows credentials instead of Organisational account credentials.
Thanks
Did you see this thread? It is old, but same issue.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThanks for the response. Can someone please advise me , How can I access the Sharepoint List as data source from Power BI.
Thanks
Hi @Anonymous ,
well, like everything else from main menu "Get New Data":
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:
Kind regards,
JB
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
I resolved this issue using windows credentials instead of Organisational account credentials.
Thanks
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.