Forum Discussion

tecumseh's avatar
tecumseh
Resolver III
10 months ago
Solved

Display Marker At Last Data Point Only

Hi all,

I got the Data Label to display at the last data point on the line chart, but I can get the Marker to display.
I followed steps by Kurt Buhler here for Data Label

 



Thanks
w

  • I created a measure to return the EndOfMonth based on Date Selection Slicer

    MaxXDate = EOMONTH(SELECTEDVALUE('Date'[Date]),0)
     
    I then used this value  as the max range on the x axis
    Now markers for both series are showing
     


    Thanks,
    w

4 Replies

  • Have you tried dropping the values into a table to make sure they are showing correctly?

    I'm not having any issues.

     

     

     

  • Thanks KNP 

    My Slicer is set for 9/12025 - 9/30/2025
    I added the Measures to a matrix.
    The max booked date is 9/20/2025
    But the max delivered date is 9/29/2025
    The last date on the line chart when I hover is 9/29/2025
    I can only guess maybe the Markers are plotting on 9/30/2025  so I can't see them?

    Thanks,
    w

  • I created a measure to return the EndOfMonth based on Date Selection Slicer

    MaxXDate = EOMONTH(SELECTEDVALUE('Date'[Date]),0)
     
    I then used this value  as the max range on the x axis
    Now markers for both series are showing
     


    Thanks,
    w
    • MasonMA's avatar
      MasonMA
      Super User

      If you add both your major Measure and Measure-Label on Y-Axis, the marker for the last value will show.