Forum Discussion
jalaomar
Helper IV
2 years agoGet totals as well when calculating margin based on data input
Dear all, I have the following measure were I only calculate the margin if there is both Sales price and a forecast cost otherwise it returns blank. But it does not give me the totals, how can I ...
lbendlin
Super User
2 years agoYou cannot use SELECTEDVALUE in the Totals area. Use a different aggregation like MAX, or use SUMMARIZECOLUMNS.