Forum Discussion
Trendlines in Power BI
If it's possible to use other type of Trendlines(Exponential, Logarithmic, Polynom, etc) in Power BI ?
Hey Anonymous ,
you have to create your own "trendlines", this can be done by creating a DAX measure or using the R script visual.
Currently, it's not possible to change the "algorithm" of the "automatic" trendline.
Hopefully this adds some additional insights.
Regards,
Tom
3 Replies
- TomMartens
Super User
Hey Anonymous ,
you have to create your own "trendlines", this can be done by creating a DAX measure or using the R script visual.
Currently, it's not possible to change the "algorithm" of the "automatic" trendline.
Hopefully this adds some additional insights.
Regards,
Tom
- AnonymousNot applicable
Thank you TomMartens . I've been asked to create all of the trendlines in my power bi report.
Do you know any examples of DAX code for these trendlines?
- TomMartens
Super User
Hey Anonymous ,
maybe this thread will get you started: https://community.powerbi.com/t5/Desktop/DAX-to-create-a-Trend-line/m-p/398438
Regards,
Tom