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
marciomendonca
Frequent Visitor

Show only latest data labels in a Line Chart

Good afternoon, community. Straight to business: I want to display only the latest value on the end of each line of this Chart

marciomendonca_0-1660845419590.png

 

To find the latest value I created this measure:

valor_max =
VAR max_data = CALCULATE(MAX(base_dash[data]), ALLSELECTED(base_dash[data]))
RETURN
IF( MAX(base_dash[data]) >= maxdata, [medidores_noticados])
 
But now I don't know how to display it as a data lable.

 

1 ACCEPTED SOLUTION
Jeanxyz
Power Participant
Power Participant

@marciomendonca ,Have you tried Charticulator? Here is how I created a chart only showing the data label of last month. 

 

charticulator show last ym label.PNG

View solution in original post

5 REPLIES 5
Jeanxyz
Power Participant
Power Participant

@marciomendonca ,Have you tried Charticulator? Here is how I created a chart only showing the data label of last month. 

 

charticulator show last ym label.PNG

Thank you very much! Worked like a charm 🙂

Jeanxyz
Power Participant
Power Participant

This can be done via Charticulator. You will need to create a new measure to define the earlies date in your visual and manage data lable visibility based on this measure. 

 

Here is a video show how-to. I think you can find the information needed aroudn 1 hr 10 min

 

https://www.youtube.com/watch?v=1tp6ZqWjFso&t=2373s

amitchandak
Super User
Super User

@marciomendonca , I tried something long time back, see if that can help

https://community.powerbi.com/t5/Community-Blog/Display-Label-Only-on-the-Last-Data-Point-of-the-Lin...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I really appreciate your reply, @amitchandak . But, sadly, didn't work 😞

 

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.