Trend line in a graph

Hi
i should show a trend line in a graph
I have this data from October 1st to December 10th
i tried to set a trendline with the following function

windowAvg(
sum({clicks_x}),
[{date check} ASC], 64.0,
)

but I don’t see a straight line (red line)

if i wanted to see a straight line of trend how could i do it?

Andrea

Hello @andreab - Please see the following thread where similar query has been answered. Hope this helps!

Did my suggestion help you in resolving your query? If yes, would request you to mark the post as “Solution”. This will help the community to find guidance and answers to similar question. Thank you!