Hi everyone,
I'm relatively new to Alteryx and I am working on a dataset that has multiple survey responses per manager for use in PowerBI. I need to do the following things:
- Replace the survey response values to either postive or negative only (I believe I can do this with find and replace?)
- Calculate the % of each answer for each question by manager
Manager # | Q1 | Q2 |
231 | Agree | Disagree |
460 | Agree | Strongly Disagree |
732 | Strongly Agree | Agree |
231 | Disagree | Disagree |
231 | Agree | Strongly Agree |
460 | Strongly Agree | Agree |
Thank you in advance!