Forum Discussion
single value for column error
- Anonymous8 years ago
I thought that I was using a calculated column. Anyway, I kept working with it and by using the "Related" function (if that's the correct term), I was able to get the following to work.
Profit = [GPRICE]+RELATED(CurrentRebates[RebateAmt])-[cost]-[WhsChg]-[FRTCOST]
Hi Anonymous,
This is happening because you are creating a measure and not a calculated column, since you are refering to CurrentRebates[RebatAmt] it returns this error because a measure need an agregattor on column level.
Check if you are adding a measure or a column.
Regards,
MFelix
- Anonymous8 years agoNot applicable
I thought that I was using a calculated column. Anyway, I kept working with it and by using the "Related" function (if that's the correct term), I was able to get the following to work.
Profit = [GPRICE]+RELATED(CurrentRebates[RebateAmt])-[cost]-[WhsChg]-[FRTCOST]
- v-xjiin-msft8 years agoSolution Sage
Hi Anonymous,
I'm glad to hear that you have resolved your issue. Please kindly mark your solution as answer. It will help others with relevant issues find the answer more easily. :smileyhappy:
Thanks,
Xi Jin.