Forum Discussion
Trying to play with new ADBC Azure Databricks connector
- 10 months ago
Hello,
I confirm it works fine now.
In fact, following the ticket I have raised to Microsoft Support team, Databricks team have fixed the driver in september version of Power BI desktop π
Hi,
I tried this directly with NativeQuery connector & seem to work for me:
"M" Query template below:
let
data = Value.NativeQuery(Databricks.Catalogs(<DatabricksServerName>, <DatabricksHTTPPath>, [Catalog=<DatabricksDatabase>, Implementation="2.0"]){[Name=<DatabricksDatabase>,Kind="Database"]}[Data],"
ββSelect ... From table A Join B On... WHERE ..
", null, [EnableFolding=true])
in data
Or Is yours a different issue?
- maxbarj10 months agoAdvocate I
Hello,
I confirm it works fine now.
In fact, following the ticket I have raised to Microsoft Support team, Databricks team have fixed the driver in september version of Power BI desktop π