Forum Discussion
marianoalmeyda
1 year agoNew Member
Power BI Desktop Data Refresh Error After September 2024 Update
Hello Power BI Community, I’m encountering an issue with data refresh in Power BI Desktop following the update released in September 2024. The problem began after updating to the latest version o...
elitesmitpatel
1 year agoSolution Supplier
Check SSL Certificates: Power BI Desktop may fail to connect to SQL Server if there are issues with SSL certificates. Ensure the certificate from your SQL Server is trusted. If it's a self-signed certificate, add it to the Trusted Root Certification Authorities store
Disable Certificate Revocation: If the issue is related to certification revocation, you can disable this check in Power BI Desktop:
- Go to Options and Settings > Options > Security > Uncheck Enable certificate revocation check
Server Name Match: If you are using SQL Server Native Client, ensure the server name used in Power BI (such as NetBIOS) matches the name in the SSL certificate. If the names differ (e.g., you’re using the Fully Qualified Domain Name, FQDN), update the server name to match