Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
datazoo
New Member

Line chart with spread (standard deviation)

Hello everyone,

 

I am looking to create a line chart that shows the average of a set of values, but also shows the spread/standard deviation of that average. Something like the image below:

 

Nvp0PDr

 

Is it possible to create something like this in Power BI or get something like this from the marketplace? Or is creating an own custom visual the only option here?

 

Thanks in advance!

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @datazoo ,

 

I didn't find the visual like it in the marketplace. However, you can calculate standard deviation with STDEV.P() or STDEVX.P() functions. 

You can also develop your own visuals. Here is the document and you can refer to it.

https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

1 REPLY 1
v-eachen-msft
Community Support
Community Support

Hi @datazoo ,

 

I didn't find the visual like it in the marketplace. However, you can calculate standard deviation with STDEV.P() or STDEVX.P() functions. 

You can also develop your own visuals. Here is the document and you can refer to it.

https://docs.microsoft.com/en-us/power-bi/developer/custom-visual-develop-tutorial

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors