<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Write-back functionality from PowerBi into Databricks in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110400#M1890</link>
    <description>&lt;P&gt;Great question, Vinc! Databricks doesn’t provide a native write-back feature for Power BI, but you can achieve similar functionality using a combination of &lt;STRONG&gt;Power Apps, Azure Functions, or REST APIs&lt;/STRONG&gt; to write data back to Databricks.&lt;/P&gt;&lt;P&gt;One common approach is to use &lt;STRONG&gt;Power BI with Power Automate&lt;/STRONG&gt; or &lt;STRONG&gt;Direct SQL connections&lt;/STRONG&gt; to write user inputs into a &lt;STRONG&gt;Delta Table&lt;/STRONG&gt; in Databricks, which can then be leveraged for reporting. Alternatively, you could use a &lt;STRONG&gt;Databricks REST API&lt;/STRONG&gt; with a structured workflow to capture and store user input dynamically.&lt;/P&gt;&lt;P&gt;Would love to hear if anyone has implemented this differently!&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2025 14:00:52 GMT</pubDate>
    <dc:creator>Mantsama4</dc:creator>
    <dc:date>2025-02-17T14:00:52Z</dc:date>
    <item>
      <title>Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108814#M1857</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm not sure if it is the correct place to post this, sorry.&lt;BR /&gt;Migrating from an on-premise Oracle to Databricks, we are wondering about the following functionality:&lt;BR /&gt;. From the reporting tool in place (currenly, PowerBI), users are able to send back to the database some data / some texts. This data is then stored in an Oracle table and re-used later by the reporting.&lt;BR /&gt;How can we best reproduce this in Databricks?&lt;BR /&gt;What should be the process and the underlying objects in Databricks in order to have the same?&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 16:03:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108814#M1857</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-02-04T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108885#M1860</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/142313"&gt;@VCA50380&lt;/a&gt;&amp;nbsp; Greetings!&lt;/P&gt;
&lt;P&gt;Can you elaborate more on the requirements here. Below is the documentation regarding connecting PowerBI with Databricks&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/en/partners/bi/power-bi.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/partners/bi/power-bi.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 05:46:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108885#M1860</guid>
      <dc:creator>Allia</dc:creator>
      <dc:date>2025-02-05T05:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108927#M1861</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Let's imagine we have a dashboard, currently done by PowerBI but it could be any other reporting tool, and in this dashboard there is a form, in which users can enter some free texts.&lt;BR /&gt;Then, users are clicking on a button and the texts in the form is sent to the database and inserted in an Oracle table.&lt;BR /&gt;As of today, we are on a on-premise Oracle, and some data are sent to the database either via some functionality like the native PowerBi Write Back, or some custom development via PowerBi Apps and/or via some classical Ajax POST calls (sending data back to the database).&lt;/P&gt;&lt;P&gt;So, what would be the process to reproduce the same in Databricks?&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Vinc.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 09:51:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/108927#M1861</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-02-05T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/109082#M1869</link>
      <description>&lt;P&gt;&lt;A style="background-color: #ffffff;" href="#" target="_blank" rel="noopener"&gt;@VCA50380&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;Have you explored Notebooks functionality in Databricks&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Widgets&lt;/STRONG&gt; provide a way to capture interactive input in your notebook.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Using that input&lt;/STRONG&gt;, you can build SQL statements to update your backend Oracle database.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Connectivity Options:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;Use Spark’s JDBC connector for bulk operations.&lt;/LI&gt;
&lt;LI&gt;Use a Python connector like &lt;CODE&gt;cx_Oracle&lt;/CODE&gt; for executing individual SQL commands, which is more straightforward for interactive, one-off updates.&lt;/LI&gt;
&lt;LI&gt;Then you can build Interactive dashboards based on the updates&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This approach allows you to combine the interactivity of Databricks notebooks with the power of programmatically updating your Oracle database based on real-time user input.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 06:38:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/109082#M1869</guid>
      <dc:creator>Allia</dc:creator>
      <dc:date>2025-02-06T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110300#M1886</link>
      <description>&lt;P&gt;Hello Allia,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;BR /&gt;I'm not sure I've explained myself correctly enough so that you can understand my situation, sorry for this.&lt;BR /&gt;You are mentioning Oracle and "cx_Oracle ", ok, but this is currently what I have.&lt;BR /&gt;My point is "how can I do the same in Databricks?". Let's imagine all our Oracle environment is decommission, and so we have to forget about it. How do I do the same as before in Databricks?&lt;BR /&gt;Thanks&lt;BR /&gt;Vincent&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 15:07:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110300#M1886</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-02-15T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110400#M1890</link>
      <description>&lt;P&gt;Great question, Vinc! Databricks doesn’t provide a native write-back feature for Power BI, but you can achieve similar functionality using a combination of &lt;STRONG&gt;Power Apps, Azure Functions, or REST APIs&lt;/STRONG&gt; to write data back to Databricks.&lt;/P&gt;&lt;P&gt;One common approach is to use &lt;STRONG&gt;Power BI with Power Automate&lt;/STRONG&gt; or &lt;STRONG&gt;Direct SQL connections&lt;/STRONG&gt; to write user inputs into a &lt;STRONG&gt;Delta Table&lt;/STRONG&gt; in Databricks, which can then be leveraged for reporting. Alternatively, you could use a &lt;STRONG&gt;Databricks REST API&lt;/STRONG&gt; with a structured workflow to capture and store user input dynamically.&lt;/P&gt;&lt;P&gt;Would love to hear if anyone has implemented this differently!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 14:00:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110400#M1890</guid>
      <dc:creator>Mantsama4</dc:creator>
      <dc:date>2025-02-17T14:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Write-back functionality from PowerBi into Databricks</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110403#M1891</link>
      <description>&lt;P&gt;Hello Mantu,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;BR /&gt;This is clear, and as our colleague on PowerBI is already dealing with Power Automate, he should be able to test this.&lt;BR /&gt;If we will be allowed to use Databricks REST API (our infra guys will tell us), I guess we will be happy to test that.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Vinc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 14:25:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/write-back-functionality-from-powerbi-into-databricks/m-p/110403#M1891</guid>
      <dc:creator>VCA50380</dc:creator>
      <dc:date>2025-02-17T14:25:45Z</dc:date>
    </item>
  </channel>
</rss>

