Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a connection to salesforce objects. How do I get a new visual element within my report which shows me the timestamp of the last data update.
something like this.
I don't get the information from the requests data. Is there a way to get this information from powerbi itself.
Solved! Go to Solution.
Within Power BI Desktop, you can add another Power Query dataset to display the current date each time we refresh the report. For more details, please see: Display Last Refreshed Date in Power BI.
Regards,
Within Power BI Desktop, you can add another Power Query dataset to display the current date each time we refresh the report. For more details, please see: Display Last Refreshed Date in Power BI.
Regards,
The mentioned link is not working. could you please share the solution here??
I don't think there's a way to grab the last refresh date, but you can grab the most recent date from one of your data tables and display that ...
MAXDATE = CALCULATE(MAX(Transactions[Date]), ALL(Transactions))
Not perfect but it works really well in showing users how up-to-date the data is
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
89 | |
52 | |
45 | |
39 | |
38 |