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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
kompalli
Helper I
Helper I

Start and end labels of line chart

Hi Everyone

 

I am trying to give start and end labels of the line chart. I am able to show the end label but I am unable to show the starting data

label and my line chart represents last 12 months data. 

 

111.png

Please let me know if there is a way to implement it

 

Thanks in advance.

1 REPLY 1
halfglassdarkly
Responsive Resident
Responsive Resident

One way which I've used before is to create a seperate measure that returns only the data points you want to label, add that to your visual as a second series, then disable the line and marker visibility but show the data labels.

 

e.g

 

Label Measure =
var MaxD = calculate(max('date'[Date]),All('date'))

var MinD= calculate(min('date'[Date]),All('date'))

RETURN

if(max('date'[Date]) in{MaxD,MinD},[Existing Measure])

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.