Forum Discussion
Anonymous
3 years agoNot applicable
Switch Row/Column Data
Hi, I have some data which are single record for different combinations with columns for yearly spend. Here's some mock data: I want to be able to chart the data that each year is the X ...
- 3 years ago
if the data you bringing is in the same format as your table above. Then you will need to pivot the data, by going into transform data and highlight the column years and go to the transform/Unpivot columns. Your data should look something like this now. close and apply Now you should be able to pivot the data in the format you want.
Bmejia
3 years agoSuper User
if the data you bringing is in the same format as your table above. Then you will need to pivot the data, by going into transform data and highlight the column years and go to the transform/Unpivot columns. Your data should look something like this now. close and apply Now you should be able to pivot the data in the format you want.