I am currently building a dashboard in Databricks AI/BI and would like to implement a parameter-based chart selection feature. The goal is to allow users to choose a metric from a dropdown (such as Sales, Cost, or Profit), and based on that selection, the chart should dynamically update to display the corresponding values.
Example Use Case:
If a user selects:
Sales, the chart should display Sales
Cost, the chart should display Cost
Profit, the chart should display Profit
I want to create this interactivity through a dropdown or button component that controls which metric is shown in the chart. However, I am unable to find a way to implement this kind of parameter-driven logic in the Databricks dashboard.
Has anyone successfully implemented something similar? Any guidance, tips, or workarounds would be greatly appreciated.
Akshay Petkar