Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
Please let me know if there is a way to implement it
Thanks in advance.
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])
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 132 | |
| 102 | |
| 59 | |
| 39 | |
| 31 |