Forum Discussion
pstp
5 years agoFrequent Visitor
Tooltip with most recent date
I built a YOY line graph with three years of data on it. I have data points for almost every day. The chart is using a calendar week number field from a calendar/date dimension table as its x-axis. I...
- 5 years ago
Hi pstp ,
create a measure like
last date = max('date'[date])add the measure to the tooltips area
hope that helps
richbenmintz
5 years agoResident Rockstar
Hi pstp ,
create a measure like
last date = max('date'[date])
add the measure to the tooltips area
hope that helps
pstp
4 years agoFrequent Visitor
richbenmintz Is there a way to prevent it showing on every year. I'm using Year as the Legend field and it shows the date for each you. Can I get it to only show for the most recent year/date?