Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 06:00 AM
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 Power Apps, Azure Functions, or REST APIs to write data back to Databricks.
One common approach is to use Power BI with Power Automate or Direct SQL connections to write user inputs into a Delta Table in Databricks, which can then be leveraged for reporting. Alternatively, you could use a Databricks REST API with a structured workflow to capture and store user input dynamically.
Would love to hear if anyone has implemented this differently!
Mantu S