Forum Discussion
Error - Sharepoint Datasource scheduled refresh
Hi Anonymous ,
1. Have you tried entering the username in the form of <domain>\<username> ?
2. Try to use the same Authentication Type ( Windows Authentication ) both on Power BI Desktop (Optimized for Power BI Report Server) and Power BI Report Server.
3. Try to use SharePoint List connector like so:
05-27-2020 03:35 PM (6501.91 hours)Hi, yes @Harish12137
We are currently Sharepoint 2013 and by default Power BI assumes a higher level so you cannot directly connect to a file using the UI. That said it is easy to sort out.
Make sure you can see the 'Formula Bar'
I connect to a SP List then edit the first step.
eg initial step
=SharePoint.Tables("http://sp.site.com/MySite", [ApiVersion = 15])
Change Tables to Files and reduce the ApiVersion to 14.
= SharePoint.Files("http://sp.site.com/MySite", [ApiVersion = 14])
Reference: Power BI on premise - connect to on premise Sharepoint folder - Access to the resource is forbidden.
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.