The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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/