Forum Discussion
Cannot access SharePoint data source
I am trying to connect Power BI to a SharePoint list. I can access the list through the SharePoint online site with no issues.
But when using the SharePoint connector, my list is not shown. When I try through the ODATA feed, it states that "We couldn't authenticate with the credentials provided", even though I have no issues with the credentials (and can access Excel files on the SharePoint site with no issues with the same credentials). I have tried both the root directory, and with subfolders only, with the same issue. I have also tried to change https to http, and the issue still persists.
Any help would be appreciated.
Thanks.
7 Replies
- ImkeFCommunity Champion
try clicking on "Sign in as different user" and provide your credentials again.
It very much looks like an authentication problem.
Also make sure to authenticate at the highest level possible. - AnonymousNot applicable
You can not use the same URL with Odata. If you want to connect to a specific online list, you can use the OData URL like following format: https://yoursharepointsite/_vti_bin/listdata.svc/ListName.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.- vpatel55Kudo Commander
Hi Anonymous this has not worked, but it has provided some clues. I'm hoping these clues will be useful for you to help me find the issue.
My list is called "Reimbursements". If I use the same URL format:
I get the following error:
However, this list definitely exists:
But If I use the list name "SharePointHomeOrgLinks", which appears to be a system list (and which also appears when I use the SharePoint connector), then I can see the list with no issues:
So its like I'm being denied permission to see my custom lists - even though I can clearly see them through the web interface?
Thanks and I look forward to your comments.