Forum Discussion
dataanalyst2023
2 years agoFrequent Visitor
Count of multiple values in the same column
Good afternoon, I am needing some help figuring out how to calculate the top 3 values answered in a survey. Ex the question says as follow: Select your top 3 colors (out of a list of 10 they can...
- 2 years ago
dataanalyst2023 If you split that column based on ";" and then unpivot those columns this is a cake walk.
Greg_Deckler
2 years agoCommunity Champion
dataanalyst2023 If you split that column based on ";" and then unpivot those columns this is a cake walk.