I have one set of data and it is structured like this in two separate columns.
Item – Category
- Apple – Fruit
- Banana – Fruit
- Cat – Animal
- Dog – Animal
- Elephant – Animal
- Fence – Yard
- Garden – Yard
I would like to show this table to the user. I want the user to be able to select one of the items from the list. When they select an item, a second table to be filtered based on Category.
Example: User selects Apple, the other table should be filtered to only show all and only Fruits (Apple and Banana)
Tried using Parameters, cross filters and data blends but does not seem to be working.
Tried using Parameters, cross filters and data blends but does not seem to be working.
Matt Walton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.