Forum Discussion

Kehaar's avatar
Kehaar
New Member
2 years ago
Solved

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?
  • Anonymous's avatar
    Anonymous
    2 years ago

    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.