Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Kehaar
New 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?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Kehaar 

You can use "POWER" Dax function. Like this

y = [Column1] * POWER([Column2], 3)

vjialongymsft_0-1720076310524.png

 

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Kehaar 

You can use "POWER" Dax function. Like this

y = [Column1] * POWER([Column2], 3)

vjialongymsft_0-1720076310524.png

 

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

rajendraongole1
Super User
Super User

Hi @Kehaar - Please find the similar thread with solution.

Solved: Polynomial Regression Trendline - Microsoft Fabric Community

 

Hope it helps.

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Hello,

I do not believe the thread you referenced helps to create functions of the form y = a*b^x, that is to say, exponential functions. 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors