Forum Discussion

pstp's avatar
pstp
Frequent Visitor
5 years ago
Solved

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...
  • richbenmintz's avatar
    richbenmintz
    5 years ago

    Hi pstp ,

    create a measure like

    last date = max('date'[date])

    add the measure to the tooltips area

    hope that helps