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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors