If you wish to use NLSF, there is a polynomial category that has a built-in parabola function that you can make use of. The data does nt look very "parabolic" - perhaps you can get better/desired fits if you fix parameters and/or place lower/upper bounds etc. if doing so makes sense for your data/measurement.
Note that you can also use the Analysis->Fit Polynomial menu to perform the fit.
P1/(P2+x) works fine in Origin 7 if I uncheck Use Origin C and use Expression for the function form. Even so, your data fit an exponential much better.
your data looks like a hyperbola and not a parabola. Also your own model function is hyperbolic with a pole at x = -p2. A parabola has a model function y = p0 + p1*x + p2*x2
Maybe you should introduce an y-offset into your hyperbolic model:
y = p0 + p1/(p2 +x)
This model is not forced to approach zero for large x-values. Also an exponential with y-offset might work as Mike suggested.