This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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?
Solved! Go to Solution.
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.
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.
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!!
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |