First of all, I can not add the real data table I have because of the privacy, but I add a similar data by adjusting it for the goals of football leagues, teams and the players.

Example Data Table

I want to create an interface with VB and let the users choose league, team and player they want to view. I would like to make it possible to select more than one option at the same time, so I think "listbox" would be the best choice.

I also want to let the user select a date range from a tool such as a "time slicer" followed by all of these selections, and then graph the corresponding data to those selections.

By the way, I have already tried it by using "Pivot Table" and creating three different slicers. But although I make only one selection from the league slicer, all the team options in the team slicer are available.

Thanks in advance