Forum Discussion
Calculate % selected answer against total responses
- 3 years ago
thanks all, with inspiration and some rest I came up with the below solution
Measure =
DIVIDE(
COUNT(Table[Value]),
CALCULATE(DISTINCTCOUNTTable[Start time]),
ALL(Table)
)
)So in the below table this was a multi-select question with 113 responders and a total of 274 options selected
so for the top answer, 89 responders selected this option which is 78.8% of the total responders
HI, yes, see my example
I need to get a % for each row, i.e. 89/113, 74/113
many thanks
- Snazzybecc3 years agoFrequent Visitor
thanks all, with inspiration and some rest I came up with the below solution
Measure =
DIVIDE(
COUNT(Table[Value]),
CALCULATE(DISTINCTCOUNTTable[Start time]),
ALL(Table)
)
)So in the below table this was a multi-select question with 113 responders and a total of 274 options selected
so for the top answer, 89 responders selected this option which is 78.8% of the total responders