I have a data set with each employee's name (rows), number of calls in 2020, revenue in 2020, revenue in 2021, and revenue in 2021. Is there a method in Tableau to display (employee's 2020 calls, employee's 2020 revenue) AND (employee's 2021 calls, employee's 2021 revenue) on the same scatter plot?
I tried to plot 2020 calls (columns) and 2021 revenue (rows) on a dual axis, however it ended up charting all conceivable (X,Y) combinations, when there should only be two points per employee (2020 data and 2021 data).
Is there a method to draw a line across each of the 2020 points if I know the slopes of the lines I want to draw?