Hello!
I have an analysis where I want to add controls to the top for the end user to filter the data. The controls are going to be: Quarter, Year, Month, Week, Day, Team, Manager and User.
The request I got was to make these controls interactive with each other, meaning that when the dashboard user selects one manager in the dropdown, the next thing that happens is the ‘User’ control displays only the users under the selected manager.
The same should go for the time controls: for example, if the user selects Month 01 (equivalent for January), the week control should display only the correspondent weeks to that month ( W1, W2, W3, W4) and NOT the whole list of week numbers in the dataset as it does by default.
Is this possible? I could not find anything that could help me achieve this.
Thank you in advance!