Forum Discussion
Making each column heading an x-axis label
- 8 years ago
I think that the easy way to handle it is to Unpivot your table :
In the query editor, select the Name column -->right click --> Unpivot other columns
Now you have table like :
jon 2010 5
jon 2011 4
jon 2012 6
after that in the line chart visual, put the year(attribute) in the axis feild the name in the Legend and the value in the value.
Hope it will solve your problem
I think that the easy way to handle it is to Unpivot your table :
In the query editor, select the Name column -->right click --> Unpivot other columns
Now you have table like :
jon 2010 5
jon 2011 4
jon 2012 6
after that in the line chart visual, put the year(attribute) in the axis feild the name in the Legend and the value in the value.
Hope it will solve your problem