Forum Discussion

Geetha21's avatar
Geetha21
Frequent Visitor
1 year ago
Solved

Using Power automate to update databricks table from power bi dekstop

Hi team,   I am new user to power automate function. I am interested to know based on the power bi visual selection, can I set up power autoamte to trigger a connection to existing databricks tabl...
  • BhavinVyas3003's avatar
    1 year ago

    Currently, Power BI visuals cannot automatically trigger Power Automate flows based on user selections. However, you can use the Power Automate visual in Power BI Service, which lets users manually trigger a flow after making a selection.

    To update a Databricks table from Power Automate:

    • Create a flow with an HTTP action that calls the Databricks REST API to run SQL commands or jobs updating your table.

    • Pass the selected data from Power BI to the flow via the Power Automate visual inputs.

  • v-menakakota's avatar
    v-menakakota
    1 year ago

    Hi Geetha21 ,
    Thanks for reaching out to the Microsoft fabric community forum.

    Since the HTTP action in Power Automate requires a Premium license, and you're currently not using one, here is  another alternative approache:
    You can create a desktop flow that runs a script (like Python or cURL) to call the Databricks REST API and update the table. This option is free and can be triggered manually from the Power Automate visual in Power BI Service.

    If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.


    Best Regards, 
    Menaka.
    Community Support Team