Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mingyu
Contributor II
Contributor II

Adding standard deviation to a line chart

I want to add a standard deviation on a line chart, showing only the upper bar, something like this.

mingyu_0-1702972679283.png

 

Labels (3)
1 Solution

Accepted Solutions
F_B
Specialist
Specialist

Can you please explain what you mean by standard deviation?

View solution in original post

5 Replies
F_B
Specialist
Specialist

Can you please explain what you mean by standard deviation?

mingyu
Contributor II
Contributor II
Author

Y-axis column is 'a', standard deviation = STDEV(a)/SQRT(count(a))

For example, if a point's value is 500, the upper bar might be 10; I need to display this upper bar.

F_B
Specialist
Specialist

Thanks for the clarification.

I'll look at it to see if I can help you.

mingyu
Contributor II
Contributor II
Author

Thanks.

F_B
Specialist
Specialist

In your line chart you can add a second measure, with your expression: STDEV(a)/SQRT(count(a))