Forum Discussion
Incorrect Measure Result when dividing on one system
- 8 years ago
Hello everyone! We've found a solution using Quick Measures which is a preview feature at the moment.
A little more time consuming but at least produces the correct answer.
HanLee
I see!
On your co-worker's machine, are the columns' data type set to the same values as on yours ?
What happens if you use a DIVIDE() function? DIVIDE(SUM('Data1'[Transactions]), SUM('Data1'[Carts]))
Thanks, N -
My coworker tried the divide function rather than using / and it was ineffective :(
We're running out of solutions and I'm not sure what to do.
I'm beginning to think that this is a problem with his computer rather than the program but I'm not sure why this would occur and what would cause it.
- HanLee8 years ago
Helper I
Hello everyone! We've found a solution using Quick Measures which is a preview feature at the moment.
A little more time consuming but at least produces the correct answer.