Forum Discussion
Anonymous
2 years agoNot applicable
Need help with Column Total
I have a visual that contains a cloumn and a mesuare. The Total row for the Column has the correct value. The Total row for the Measure is incorrect. How can I get the Total for the mesaure to be cor...
lbendlin
2 years agoSuper User
You cannot measure a measure directly. Either materialize it first, or create a separate measure that implements the entire business logic.
- Anonymous2 years agoNot applicable
lbendlin, What do you mean by materializing it first?
Thanks
- lbendlin2 years agoSuper User
Use it in a SUMMARIZE or SUMMARIZECOLUMNS and then SUMX over the virtual table.