Forum Discussion
MySurveyHuB
3 years agoFrequent Visitor
Charting multiple responses questions
Hello Dears, We have a multiple response survey question exported as single column for each answer as 0 if the answer not selected and the answer label if selected. We need to analysis/chart thi...
- 3 years ago
Veja se ajuda:
- Transformar colunas em linhas no Power Query;
- Fazer a medida abaixo.
Medida = DIVIDE ( COUNTROWS ( Tabela ), COUNTROWS ( ALL ( Tabela[Valor] ) ) )
Vilmar
3 years agoResolver I
Veja se ajuda:
- Transformar colunas em linhas no Power Query;
- Fazer a medida abaixo.
Medida =
DIVIDE (
COUNTROWS ( Tabela ),
COUNTROWS ( ALL ( Tabela[Valor] ) )
)
- MySurveyHuB3 years agoFrequent Visitor
SUPERRRRRRRRRR
thanks a lot