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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
Impactful Individual
Impactful Individual

@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
Impactful Individual
Impactful Individual

@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
Impactful Individual
Impactful Individual

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors