Forum Discussion
v-dabatc
10 years agoMicrosoft Employee
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...
- 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.
asocorro
10 years agoSkilled Sharer
You can define a measure to calculate the MAXA of your date column and then use that.