Forum Discussion
Anonymous
4 years agoNot applicable
Grouping column
Hi! I need to create a formula, when I will use an existing table but with grouping, how can I do it?
- 4 years ago
Anonymous
Please try this
Total Scores = SUMX ( DISTINCT ( SELECTCOLUMNS ( CALCULATETABLE ( Table, ALLEXCEPT ( Table, Table[question] ) ), "@question", [question], "@score", [score] ) ), [@score] )
tamerj1
4 years agoCommunity Champion
Can you explain further with example? Also please confirm you are creating a calculated column not a measure
Anonymous
4 years agoNot applicable
I'm creating a measure, sorry that I haven't mentioned. For sum it worked, for average not