Forum Discussion
How to view last updated date for report?
Is there a way to view the last updated date for a report? Not for the data inside it, but the physical report file.
If I edit a report (or upload/publish) is there a timestamp I can view that lets me sort by most recently edited reports?
Basically if I wanted to check and see "did I edit this report already today or... was it last edited a month ago" etc...?
2 Replies
- mow700
Resolver I
Depending on where your .pbix files are stores, you may be able to read the last modified date from the host. If the files are stored in unpredictable locations you might need to store the last edit date inside the model manually (see: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-enter-data-directly-into-desktop/ ) and ask report authors to make it a practice to update it manually after every change. This might be a pain, but it might also creates the opportunity to summarize latest changes or add addition value to your users as to what has changed as well as when the report has changed. By storing the meta-data inside the model, or even as another datasource in some centralized location, it's easy to display in reports and dashboards.
- AnonymousNot applicable
Not for publication to the service, but you could look at the modified date on the pbix file locally.