Forum Discussion
tecumseh
Resolver III
10 months agoDisplay 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
- 10 months ago
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
tecumseh
Resolver III
10 months agoI 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
Now markers for both series are showing
Thanks,
w
MasonMA
Super User
10 months agoIf you add both your major Measure and Measure-Label on Y-Axis, the marker for the last value will show.