Sorry for asking such a basic question. I've recently did a Tableau Course that just covered the basics. I've already watched 10+ YouTube videos looking for an answer but nothing that solves my question, so here it goes.
I'm doing a practice visualization with an NBA salaries dataset. I've got a table that looks like this:
In the table there's every player's salary during each season and I want to list a table with the Most Valued Player (the player that perceived the higher salary during a certain season) per season. I've got every player's salary during each season.
How should I apply a filter? I tried filtering by limit, setting the limit to 1 per Season or Player, but it shows only one season or one player respectively. How can I get the player that has earned the most in each season displayed in a table?
Thanks in advance