Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
RESUELTAS

Summarize Survey Results

jake_1993
Átomo

Hi Alteryx community,

 

I've used the following workflow to summarize the data below (survey results) into the following...

 

jake_1993_0-1679864111116.png

--->

jake_1993_1-1679864188514.png

--->

Using this workflow:

jake_1993_2-1679864213424.png

 

Is there a way to put all of the survey questions on Column 1, and then use Column 2-5 to display the Sums for each answer (Agree/Disagree, etc.,) ? This would be used to create a dynamic table in Power BI with questions displayed vertically instead of horizontally. 

 

Thanks for your help,

 

2 RESPUESTAS 2
DataNath
Cástor

Hey @jake_1993, from a glance/without mocking something up, it looks like you should be able to use your existing workflow. When you do your final Cross Tab, just 'Group By' the field that contains your questions, and use the field containing the responses (agree/disagree etc) as your header, with [Dummy] as your Value, Sum() as aggregation.

jake_1993
Átomo

Looks like this did the trick here! Appreciate the input.

Etiquetas