Forum Discussion
Cannot acces Tabels in Dataflow Gen2 from Excel
- 1 year ago
Problem solved.
Reason was firewall rule wchich was blocking connection to SQL.
It seems that behind the scenes connection to dataflow Gen2 is turned on the fly into connection to the staging SQL database.
HI QooT
This might mean you would need to recheck the data source permission for SQL Server that your Dataflow Gen2 is trying to connect to. A couple of points you can look at,
1. Gateway Configuration:
If the SQL Server connection in the Dataflow Gen2 is using an on-premises data gateway, ensure the user has access to the gateway and the data source in it.
2. SQL Server Permissions:
Check if the SQL Server is using Windows authentication or SQL authentication, and whether the user’s credentials are valid.
3. Credential Settings in Power BI Service:
Under Data source credentials in Dataflow Gen2 settings , check if the authentication method is set to organizational account and whether the user has signed in.
Hope this helps:)