Forum Discussion
columns based on measure
Hi eduardo,
Based on your description, I don't reproduce your sceanrio, could you please share more details and sample data for further analysis?
In your "Compara" coumn, the TRUE() function always return ture, so all the values in column are "Sem Comparative". Please modify it as follows and check if it works fine.
.Compara Coluna 22 = SWITCH(fDados[.Compara]; "Sem Comparativo"; "Sem Comparativo"; "Melhor"; "Melhor"; "Igual";"Igual";"Pior")
Best Regards,
Angelia
- eduardo9 years agoAdvocate II
Ty for response v-huizhn-msft
I'm trying to create a visual (array or table) with values that calculate in measure.
The table does not accept measured as rows and so I need to transform the values into columns. I've tried several alternatives and I did not get the expected result. :(
The question is: how do I transform measures into columns?
Column = [Measure] does not work
I put a template of the data here. Can you help me?
eduardo