List view inside charts for displaying detailed data aligned with charts current filters

Enable a list (table) view embedded directly within or below a chart that dynamically reflects the same filters, groupings, and selections applied to the chart. This allows users to explore both the aggregated metrics and the underlying records without switching pages or views.

2 Likes

+1

As a temporary fix, you can create a simple table that holds a date range value and tie conditional filters of both the chart and table (and whatever else is on the page) to that date range. Give the user the ability to change the date range at the top of the page and the elements below will reflect the change immediately. It’s kind of a messy system but it works

1 Like