The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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...?
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.
Not for publication to the service, but you could look at the modified date on the pbix file locally.
Proud to be a Super User!