I have an MS SQL Server table that looks like this:
I have employees in each row, some columns that describe them and then columns where I have Quota
and Achievement
for fiscal quarters.
As you can guess, new fiscal quarters will be added, the employees won't be the same for each quarter.
For me, to use the data in Tableau, this would be the desired format:
I would like to keep the employees as separate lines, their descriptive columns as columns, but aggregate Quota and Achievement into one column and separate rows for each individual quarter.
I could have a list of possible fiscal quarters which will appear as columns later if an easy solution requires that.
I have been reading about dynamic pivots as I guess that will be my solution but didn't manage to achieve this format as I'm very new to the UNPIVOT function.
Any guidance would be much appreciated