Forum Discussion
Unable to connect SQL Server Database with Power Query
- 1 year ago
Hi aAmirkHan,
Thank you for reaching out to the Microsoft Fabric community Forum.
After reviewing the details regarding the issue of connecting the SQL Server Database with Power Query, please refer to the steps below to address this issue.
- Verify that the SQL Server instance has a valid SSL certificate installed. You can verify this by connecting to the SQL Server instance using SQL Server Management Studio.
- If the certificate is valid but not trusted by the client, you can configure Power Query to trust the server certificate by setting the TrustServerCertificate parameter to True in your connection string.
- Set up an environment variable named pbi_sql_trusted_servers with the name of your SQL Server. Once that is done, please restart Power Query.
- Consider switching the connection type from a Microsoft account to a Windows account, as this can sometimes resolve the issue.
- If you are operating in a less sensitive environment and wish to bypass SSL certificate validation, please add Encrypt=False to your connection string explicitly.
After making these changes, restart the SQL server and power query services to ensure the changes take effect.
Please go through the below documentation links for better understanding:
Power Query SQL Server connector - Power Query | Microsoft Learn
Connections and authentication in Power Query Online - Power Query | Microsoft Learn
If you have any further queries, please feel free to reach out to us we will guide you accordingly. If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
On-premises data gateway November 2024 release | Microsoft Power BI Blog | Microsoft Power BI
To troubleshoot this error when using Power BI Desktop, modify the value of the environment variable PBI_SQL_TRUSTED_SERVERS to include the SQL Servers. The supported values are the same as outlined for gateway configuration (as described in step 4 above).