This content has been marked as final.
Show 2 replies
-
1. Re: Display multiple dimensions as columns in graph
Kaz Shakir Oct 20, 2016 3:16 PM (in response to erik.bernheim)1 of 1 people found this helpfulI think the first thing you need to do is Pivot your data - and you can do this inside Tableau. If you select all of the "Question" columns (holding down the ctrl button), and then right click and select pivot.
And your data should go from this:
To this:
And then you could change "Pivot field names" to "Question", and "Pivot field values" to "Answer" - or whatever makes sense for your data.
And then you can place [Answer] on the columns shelf, and [CNT(Answer)] on the rows shelf, and you should get this histogram:
Hope that helps.
-
2. Re: Display multiple dimensions as columns in graph
erik.bernheim Oct 20, 2016 3:23 PM (in response to Kaz Shakir)Thank you! This is great. I'll try this soon.