Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Please would like to draw a nonlinear curve as in the figure below on a scatter plot with a curve that returns the curve's parameters to me.
https://www.researchgate.net/figure/Figura-424-Curva-chave-do-posto-fluviomtrico-Monjolo-Fonte-autor...
So, you are wanting to come up with a curve fitting algorithm, plot it and return the parameters of the line, is that a correct statement?
Yes, I need exactly that. Can you please explain me ?
This is more of a math problem than a Power BI problem. You can implement the math in DAX code but you first need to understand the maths:
https://statisticsbyjim.com/regression/curve-fitting-linear-nonlinear-regression/