Forum Discussion
Databricks ADBC Driver problems after new update
Hi We wanted to start using the ADBC Driver for performance but are getting this error after the latest Power BI Jan 2026 update.
What is the recommended action?
Next to this we noticed big problems with fetching data, posting and running the query from power bi to databricks works fine, after our serverless unit takes hours to fetch the results and send them back to the power bi service, in the end ending up in a timeout error.
Not sure if the two are related.
Thanx for the help
13 Replies
- sergej_ogSuper User
Same here.
Just figured out by setting this option connection works again - Toussaint9New Member
The root cause of this issue (timeout failures during refresh operations) has been identified and will be resolved in the upcoming Power BI release.
As a short term workaround customers can add the MaxNumResultFileDownloadThreads="1" parameter to their Power BI M-code connection string (or rollback to ODBC).
Example M-code: let Source = Databricks.Catalogs( "your-server.azuredatabricks.net", "/sql/1.0/warehouses/your-warehouse-id", [ Implementation="2.0", MaxNumResultFileDownloadThreads="1" ] ),
- pinar1Frequent Visitor
Thank you for the reply, I tried this. However the refresh / refresh preview in the Power Query is lasting forever after I did what you suggested. Is this normal? Anyone having the same problem?