Forum Discussion
ArchStanton
3 years agoPower Participant
Trendline needed
I have a simple linechart with MonthName on the x-axis (this is derived from my own custom built calendar going from Apr to Mar as per Financial Year) and a DISTINCTCOUNT Measure of IDs for the Y axi...
- 3 years ago
Anonymous
3 years agoNot applicable
ok , but may I ask why there is the red line under my [Slope1] and [intercept]? thanks..
nleuck_101
3 years agoContinued Contributor
Anonymous
When you use LINEST or LINESTX it creates a single row with ten columns. In the measure that I provided we are creating a variable using LINESTX. The red lines under [Slope1] and [Intercept] is becasue it doesn't recognize those as columns until you've finished creating the measure. Those variables get calculated in order from top to bottom.