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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
samurai_jack
Helper I
Helper I

Defining high and low limit on line chart

Hi all,

This is basically what I want to recreate in Power BI.

 

I am not able to figure out how to set the high_limit and the low_limit, which I have as 2 different columns in the table. The measurement is also a separate field in the table. 

 

Thank you for you help.

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. You can enrich your line chart with the Analytics Pane. You can read more about it here: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-analytics-pane

The pane will let you draw different things over the line chart. One of those settings it's Y-Axis Constant Line. You can add those constant lines with delimtied hardcode value or using a Measure that would be like a function with a calculation to adapt depending your needs or filters.

ibarrau_0-1701368252786.png

If you already have the column for the line, you could create a measure like average or sum of the column depending the axis and how the data is loaded.

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

1 REPLY 1
ibarrau
Super User
Super User

Hi. You can enrich your line chart with the Analytics Pane. You can read more about it here: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-analytics-pane

The pane will let you draw different things over the line chart. One of those settings it's Y-Axis Constant Line. You can add those constant lines with delimtied hardcode value or using a Measure that would be like a function with a calculation to adapt depending your needs or filters.

ibarrau_0-1701368252786.png

If you already have the column for the line, you could create a measure like average or sum of the column depending the axis and how the data is loaded.

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors