Forum Discussion
NaN Error when dividing
- 5 years ago
Thank you for all the suggestions guys. I have solved the issue by using the quick measure. It generated this formula
Productivity Ratio = Divide(Sum([Volume2]),Sum([Headcount2])) which I haven't tried. The SUM function is like converting them into a measure from being a column.
what is the calculated column code? there is something underlying going on which is not visible in what you have posted so it would be very hard to tell you .
The Volume and Headcount columns have complicated logic actually. There are combinations of multiple columns. Here is Volume's code
.
And here is the productivity2
- v-xiaotang5 years agoCommunity Support
Hi JofrainVisda
Productivity Ratio = Divide([Volume2],[Productivity2])try this.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.