An Apache Spark-based analytics platform optimized for Azure.
Hi @Bochkar, Sriraj (Contractor) ,
Thank you for sharing the error details.
Analysis
Since Power BI Desktop can successfully connect to Azure Databricks and display preview data, authentication and connectivity to the Databricks SQL Warehouse are working correctly.
The error occurs only when loading the full dataset:
"Couldn't resolve host name"
"A retriable error occurred while attempting to download a result file from the cloud store"
This typically indicates that Power BI is unable to resolve or access the Azure Storage endpoint used by Databricks CloudFetch to download query result files. Microsoft documentation and internal guidance associate this error with DNS, firewall, proxy, or storage connectivity issues rather than credential or permission problems. ODBC Driver error: "Couldn't resolve host name" when connecting to Azure Databricks from Power BI Desktop
Recommended Mitigation
- Verify DNS resolution from the Power BI machine.
- Check firewall, proxy, or VPN restrictions that may block Azure Storage endpoints.
- Ensure the Databricks workspace storage account is reachable on port 443.
- If Private Link or VNet injection is used, verify private endpoints and DNS configuration.
- Test the same load operation from another network or machine.
- Update Power BI Desktop and reconnect to Azure Databricks.
- As a temporary troubleshooting step, CloudFetch can be disabled (EnableQueryResultDownload=0) to confirm whether the issue is related to result-file download. ODBC Driver error: "Couldn't resolve host name" when connecting to Azure Databricks from Power BI Desktop.
Conclusion
Based on the error message and the fact that preview works successfully, the issue is most likely related to DNS or network connectivity between the Power BI Desktop machine and the Databricks storage endpoint used for downloading query result files, rather than an authentication or permissions issue. ODBC Driver error: "Couldn't resolve host name" when connecting to Azure Databricks from Power BI Desktop.
Please share whether the environment uses a corporate proxy, VPN, Private Link, or custom DNS configuration so that we can assist further.
Best Regards,
Sivasankar Yeddula,
Microsoft Azure Support.