Forum Discussion
Power BI in PPT - Data updated feature
- 1 year ago
Hi majudd,
Thank you for reaching out to Microsoft Fabric Community Forum.
The 1:16 AM timestamp comes from Power BI’s internal rendering process. It appears consistently due to how the report image is generated behind the scenes and is not dynamically tied to your Power BI dataset or refresh schedule.
You can try the following steps to display the actual refresh time:
-
Add Actual Refresh Time in the Report:
Create a measure or card visual in Power BI to show the latest data refresh using:
"Last Refreshed: " & FORMAT(NOW(), "dd-mmm-yyyy hh:mm:ss AM/PM")
or
"Last Refreshed: " & FORMAT(LASTDATE('YourTable'[DateColumn]), "dd-mmm-yyyy hh:mm:ss AM/PM") -
Place this card visibly in your report.
-
When you embed the report into PowerPoint (either in Live or Screenshot mode), this card will display the actual refresh timestamp from your data model.
For more information, refer to the official Microsoft documentation:
🔗 Add live Power BI data to PowerPointRegards,
Chaithanya.
-
- 1 year ago
Hi majudd,
Like is nothing but hitting the ok button beside the reply attaching the screenshot for reference
Regards,
Chaithanya.
Hi majudd,
Thank you for reaching out to Microsoft Fabric Community Forum.
The 1:16 AM timestamp comes from Power BI’s internal rendering process. It appears consistently due to how the report image is generated behind the scenes and is not dynamically tied to your Power BI dataset or refresh schedule.
You can try the following steps to display the actual refresh time:
-
Add Actual Refresh Time in the Report:
Create a measure or card visual in Power BI to show the latest data refresh using:
"Last Refreshed: " & FORMAT(NOW(), "dd-mmm-yyyy hh:mm:ss AM/PM")
or
"Last Refreshed: " & FORMAT(LASTDATE('YourTable'[DateColumn]), "dd-mmm-yyyy hh:mm:ss AM/PM") -
Place this card visibly in your report.
-
When you embed the report into PowerPoint (either in Live or Screenshot mode), this card will display the actual refresh timestamp from your data model.
For more information, refer to the official Microsoft documentation:
🔗 Add live Power BI data to PowerPoint
Regards,
Chaithanya.