Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
StupidUsername
New Member

Is it possible to connect to Azure Databricks from a Data Flow within the PBI Reporting Service?

I need to create a DataFlow within the PBI reporting service that connects to a view built in Azure Databricks.

 

There isn't an Azure Databricks connector, so there doesn't appear to be a straight forward method to connect to these two Microsoft products.

 

Are there any workarounds, or other options available?

1 ACCEPTED SOLUTION
StupidUsername
New Member

Found a workaround:

 

Use the 'Spark other' connector.

 

Set 'Server' as: https://SERVER_HOSTNAME:443/HTTP_PATH where SERVER_HOSTNAME and HTTP_PATH have been replaced appropriately.

 

Set 'Protocol' as: HTTP.

 

Set 'Username' as 'token'.

 

Set 'Password' as your token.

 

A guide to getting your server hostname and http path can be found here:

https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html

 

A guide to creating a token can be found here:

https://docs.databricks.com/dev-tools/api/latest/authentication.html

 

 

View solution in original post

2 REPLIES 2
StupidUsername
New Member

Found a workaround:

 

Use the 'Spark other' connector.

 

Set 'Server' as: https://SERVER_HOSTNAME:443/HTTP_PATH where SERVER_HOSTNAME and HTTP_PATH have been replaced appropriately.

 

Set 'Protocol' as: HTTP.

 

Set 'Username' as 'token'.

 

Set 'Password' as your token.

 

A guide to getting your server hostname and http path can be found here:

https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html

 

A guide to creating a token can be found here:

https://docs.databricks.com/dev-tools/api/latest/authentication.html

 

 

TomMartens
Super User
Super User

Hey @StupidUsername,

 

connect to the view from Azure Databricks inside Power BI Desktop, then copy the M script from the Advanced Editor and paste the script into the Blank query template inside the dataflow site.

 

Maybe this will work, if there is no dialog, doesn't mean Azure Databricks isn't supported from dataflows.

 

Hopefully, this will provide what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors