You seem to be using a calculated measure in your view somewhere.
If that's the case, you may want to cast the operands to a numeric type that will allow to handle all possible intermediate results as well.
In your example it looks as if all values are fixed (15, 2) size - depending on what you calculate fifteen digits may not be sufficient.
- Lars