I need your help in customizing my tableau dashboard. My data table in excel looks like this: Year Actual Target
2012 12 15
2013 20 23
2014 23 25
In my tableau dashboard, I want the user to select/input just the year and in return, I want to display the corresponding values. For example, if the user selects Year=2013, then I want to display the actual(20) and Target(23) values to the corresponding year in Tableau Dashboard. So far, I could only manage to get the year in the input field, but unable to return values corresponding to it.
In short, this is what I want to achieve.