How to build an Dashboard with an dropdown field which determines what is shown in an Chart

What is the solution to get the following situation:

An Dashboard with the following 2 items:

  1. An selection field with an dropdown field. The data for this dropdown field is available in Table1.
  2. An chart which is showing only the results from the selected items from Table2 (Who correspond with the value in field 1).

1 1 631
  • UX
1 REPLY 1

Tryout:

-Build out a table called โ€œDashboard Item Selectorโ€
-Two Enum dropdown inputs of the the options you want to choose from that are quick editable
-โ€œItem 1โ€ โ€œItem 2โ€
-Create two slices
-โ€œChart 1โ€ โ€œChart 2โ€
-Chart 1 would be Item=[Ref].[Item 1]
-Chart 2 would be Item=[Ref].[Item 2]
-Build a Chart view for each slice
-Build dashboard with 3 views โ€œDashboard Selector Detailโ€(to quick edit those two rows), Chart 1 view and Chart 2 view

Top Labels in this Space