Action on table

Hi,
I have pie chart and table visual and both are build from different datasets. what i’m looking is, if i click on pie chart, the table visual should also get filtered or show values based on pie chart selection.

Thanks,
BS

Hi @SantoshB
To link filtering between the pie chart and table built from different datasets:

  1. Add/identify a common field to both datasets that can be used for filtering (for example, a category or ID field)
  2. Edit the pie chart, open the actions menu, and add a new filter action
  3. Configure the filter action to target the table visual
  4. Choose the common field to filter the table on
  5. Save the action

Now when you select a slice in the pie chart, the table will filter to only show related data based on that common field. Does this help?

1 Like