Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
phyten
Helper I
Helper I

Visual element with timestamp for last data update

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. 

sync.jpg

something like this. 

 

I don't get the information from the requests data. Is there a way to get this information from powerbi itself.

1 ACCEPTED SOLUTION
v-sihou-msft
Employee
Employee

@phyten

 

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,

View solution in original post

3 REPLIES 3
v-sihou-msft
Employee
Employee

@phyten

 

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??

austinsense
Impactful Individual
Impactful Individual

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

Austin is VP Operations at PowerPivotPro and a professional self-service enthusiast 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.