Forum Discussion

dataanalyst2023's avatar
dataanalyst2023
Frequent Visitor
2 years ago
Solved

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...
  • Greg_Deckler's avatar
    2 years ago

    dataanalyst2023 If you split that column based on ";" and then unpivot those columns this is a cake walk.