Reputation: 50
I have a SharePoint list as a data source, i created a report in PB desktop and connected to SharePoint list using windows creds. This site is FBA enabled. However, its connected and I successfully connected, modeled data but when I upload and trying to create a scheduler, report does not connect to SharePoint site.
Upvotes: 0
Views: 29
Reputation: 420
To resolve the issue of the Power BI Report Server (PBIRS) failing to refresh data from an FBA-enabled SharePoint list, follow these structured steps:
Update Data Source Settings: If using Windows auth in Desktop worked, confirm SharePoint allows both Windows and FBA. However, for PBIRS, explicit FBA credentials might be needed.
Privacy Level: Set the privacy level to Organizational or Public if required, to avoid data isolation issues.
Delegation Issues: If Kerberos delegation is required (for double-hop scenarios), configure it in Active Directory, though FBA might complicate this.
Trusted Sites: Add the SharePoint URL to Trusted Sites in Internet Explorer settings on the PBIRS server to avoid authentication prompts.
Power BI Connector Compatibility FBA Support: Verify that the Power BI connector supports FBA. If not, consider using the SharePoint REST API with explicit credentials in Power Query.
Review Logs and Error Messages PBIRS Logs: Check PBIRS logs (C:\Program Files\Microsoft Power BI Report Server\PBIRS\Logs) for authentication errors during refresh.
Event Viewer: Look for related errors in Windows Event Viewer on the PBIRS machine.
Upvotes: 0