Forum Discussion
Kehaar
2 years agoNew Member
Exponential Regression
Hello, Is there a way in Power BI, perhaps with a DAX function, to take a table of x- and y-values and calculate an exponential regression equation through the data?
- Anonymous2 years ago
Hi Kehaar
You can use "POWER" Dax function. Like thisy = [Column1] * POWER([Column2], 3)Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
Hi Kehaar
You can use "POWER" Dax function. Like this
y = [Column1] * POWER([Column2], 3)
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.