Forum Discussion

v-dabatc's avatar
v-dabatc
Microsoft Employee
10 years ago
Solved

Display refresh date

I'd like to be able to display a 'last refreshed date' on my report.  This date value is coming from our database.  I'm looking for a control to use which will display only the refresh date.  There i...
  • kcantor's avatar
    10 years ago

    I just tossed one onto my reports using this expression as a measure: Last Refreshed = LASTDATE(SalesPerformance[Posting Date])

    I set it as date type then placed it on a card. While it does show the heading of last Refreshed, I can go into the settings and drop the title off of the card. What you already have should work. If you swith the data type to date it should no longer do a count.