I am working on a Tableau dashboard in which I want to show an employee's salary in one sheet and the average salary of that employee's department in another sheet in the same dashboard. So it will look like below
Employee Salary Department DepartmentAvgSalary
Jessica 1000 Marketing 1200
Robert 2800 IT 2460
When I select Jessica from the Employee filter, it shows me Jessica's salary along with Jessica's department average and the same goes for Robert.
I want to do an analysis and compare each individual's salary vs the whole department's average. Now I want to know if this can be achieved without using parameters. Because if I use parameters, I will have to update the parameter each time a new employee signs up (we have hundreds sign up each quarter).
If the parameter is the only option then I can use that as well. But can anyone help me achieve this?
I tried using filters but it looks like I can't avoid parameters. I still can't achieve it with the parameters so I need some help here.