Hello,
Consider a scenario,
I am having two dropdown slicers in my report. One is of Category and the Second one is of Sub-Category. I have enabled to refresh the Sub-Category dropdown on changing the Category drop-down.
Now, let's consider I am having following categories and sub-categories:
- Vehicle
- Car
- Bus
- Train
- Fruits
- Apple
- Mango
- Kiwi
Now, the default selection is Category is set to Vehicle and Sub Category is selected to Car.
If I change the Category to Fruits, the Sub-Category list will be updated but the Selected Sub-Category is still Car until I go to Sub-Category dropdown and change he selection. In this time my graphs will go empty.
I want that when I change the category selection, the subcategory selection also changes to some value from the updated subcategories list.
I am looking for references and suggestions that can help me in this task. Thank you for your help.