Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Visualisation of Real Time Data through Forms

Hi. I have tried looking for the answer everywhere but still do not know what I am doing incorrectly.   I have created a survey through Microsoft Forms that respondents will answer. I am hoping to ...
  • v-lionel-msft's avatar
    v-lionel-msft
    6 years ago

    Hi Anonymous ,

     

    I have a sample table like this.

    1. 

    2.Unpivot the column

    3. Remove the useless column.

    4. Create a measure.

    Number of selection = COUNT(Sheet6[Value]) 

     

    Best regards,
    Lionel Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.