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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Automatically adding date for last refresh of data

Hi

 

Is it somehow possible to automatically adding a date to your dashboard that tells the last date for refreshing your data?

 

Thanks

1 ACCEPTED SOLUTION

Hi @Anonymous,

You can directly use the last refresh time in tile of dashboard. Clicking the ... on the top right hand corner of the tile, then select Tile details and select  “Display last refresh time” as shown in the following screenshots. The refresh time will now show at the top of the tile.
2.PNG1.PNG

Another method is to generate Last Refreshed Date with Power Query, then create the Last Refreshed Measure and add it to dashboard. For more details, please review the following blog:
http://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/


Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

16 REPLIES 16
Rickmaurinus
Helper V
Helper V

Good question, it's possible to add a robust timestap of the refresh in Power BI. But there's a cavait.

 

Let's focus on the Power Query way. The DateTime.LocalNow() function in Power Query retrieves the current time on the machine that refreshes the Power BI dataset.

 

That can be your laptop, but when you upload a dataset to the power BI service it can also happen from another country. That’s all depending on the country your tenant is in.

 

For example, my tenant is in Ireland, even though I work in the Netherlands.

In those cases the last refresh date can be wrong. One suggestion if you’re experiencing that issue is to include a daylight saving time.

 

You can do that by offsetting the UTC value from DateTimeZone.UTCNow() by the relevant offset values for your country. Also known as summer and wintertime. Or GMT + 1 GMT+ 2, those kind of notations.

 

Some more details are written here:
https://gorilla.bi/power-query/last-refresh-datetime/

 

By finding the last sunday in march and last sunday in october, you know when daylight saving switches time. 

 

Hope that helps,

Rick

--------------------------------------------------

 

@ me in replies or I'll lose your thread

 

Master Power Query M? -> https://powerquery.how

Read in-depth articles? -> BI Gorilla

Youtube Channel: BI Gorilla

 

If this post helps, then please consider accepting it as the solution to help other members find it more quickly.

Anonymous
Not applicable

hi

this link is much eaier:

https://www.youtube.com/watch?v=oN6mOmEruOQ

 

enjoy 🙂

 

Anonymous
Not applicable

if this method does NOT work for you, then please click below. I have found the way to create custom last data-time refresh by using two simple DAX functions and it works flowlessly!

 

https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-add-the-Last-Date-Time-refresh-with-tw...

RyanP
Helper II
Helper II

While these methods aren't exactly onerous... why is this not just off the shelf functionality for PowerBI desktop?

Basic dynamic metadata for a report...    It should be simpler than this.

 

In PowerBI desktop, I should just be on the Insert Menu and configurable the same as any other visual/shape etc - Last Refresh Date/TIme

Anonymous
Not applicable

I know this is late in the conversation, but I've been working with this today and have found that a better solution for me is to put the refresh date in the data source.  If you're pulling from a data warehouse, use the load date.  If you are using a query there's usually a getdate()/Now()... function you can use.

 

Even if you use the system time in Power BI Service you are only identifying when the Service ran, not the age of your original source.

PavelR
Solution Specialist
Solution Specialist

Hi @Anonymous

 

it depends on you data source. When I use excel, csv etc. I use Date modified field from file header. When I use DW data I use the log tables with information about last refresh of data. Then I create simple table(s) with these dates and pin it as tile to dashboard.

 

If you want last date of refresh that was done by Power BI Service, then you can use the option to show refresh date when editing tile.

 

Regards.

Pavel


@PavelR 
Can you go through the steps to achieve this?

 

Anonymous
Not applicable

@PavelR Thanks for your reply.

 

Sounds pretty easy going when importing data from excel, csv. The thing is, that I use "live" (when refreshing) data from Salesforce repports.

 

I'm not sure what you mean by showing refresh date when editing tile? Can you explain?

 

/Anders

Tiles are not the reports / visuals. The 'Edit Details' and subsequent 'Tile Details' window are not available for reports/visuals themselves. Why... no idea, let an MVP holler in on that 😉

PavelR
Solution Specialist
Solution Specialist

@Anonymous I meant exactly that, what Lydia described.

 

Pavel

Hi @Anonymous,

You can directly use the last refresh time in tile of dashboard. Clicking the ... on the top right hand corner of the tile, then select Tile details and select  “Display last refresh time” as shown in the following screenshots. The refresh time will now show at the top of the tile.
2.PNG1.PNG

Another method is to generate Last Refreshed Date with Power Query, then create the Last Refreshed Measure and add it to dashboard. For more details, please review the following blog:
http://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/


Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

How can you do it in a report?

 

 

Edit:

This tutorial solved my problem

 

https://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/

 

Anonymous
Not applicable

@v-yuezhe-msft i tried the workaround using the blog in the second method ...its working but,..i have question..

basically its just current datetime that is used in that method. ,In desktop when we refresh, it refreshes the data,,,soo that field will just show the curent datetime..But when publish it to service,,..and if we hit refresh on th report ribbon(not dataset refresh) it is showing last dataset refresh time and not the currentdatatime,,,basically this is what we want to show...but it is surprising me that how its tied to dataset refresh time and not the currentdateime..Any idea?

Anonymous
Not applicable

@v-yuezhe-msft and if we want to show current datetime in pbi  service,  what do we use?...since using  now() is only showing the dataset last refresh date.....

Anonymous
Not applicable

@v-yuezhe-msft

 

For some reason I don't get the "Tile Detail" virw by selecting "..." in upper right corner. I can only select "Export data" - which PBI desktop vesion are you working in?

 

I've already found the workaround for adding refresh date by using the Query Editor and creating a measure:

Udklip.JPG

But the date for refreshing is not right, by that I mean, I did not press refresh yet - it's a couple of days ago now, but the date shown is today. Properly it will only work from further on?

Hi @Anonymous,

The "Tile Detail" option is avaliable in Power BI Service but not in Power BI Desktop. You would need to publish your report to Power BI Service, then pin visual to a dashboard. This way, you will able to view "Tile Detail" option and “Display last refresh time” option.

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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