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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Visual

Hi all
I want to create a visual that shows the date the dashboard was refreshed. Something like; Latest Update was: 09/092020
Thanks in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Create a Blank Query in Query Editor using the below formula.

= #table(type table[Last Refresh Date=datetime], {{DateTime.LocalNow()+#duration(0,2,0,0)}})

https://docs.microsoft.com/en-us/powerquery-m/sharpduration 

"#duration(0,2,0,0)"

This parameter is to add the time difference to the local time. The specific value is based on the time difference between your local time and the UTC time.

 

Best Regards,

Jay

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

Create a Blank Query in Query Editor using the below formula.

= #table(type table[Last Refresh Date=datetime], {{DateTime.LocalNow()+#duration(0,2,0,0)}})

https://docs.microsoft.com/en-us/powerquery-m/sharpduration 

"#duration(0,2,0,0)"

This parameter is to add the time difference to the local time. The specific value is based on the time difference between your local time and the UTC time.

 

Best Regards,

Jay

 

jdbuchanan71
Super User
Super User

@GuyInACube also has a video on the topic that might help.

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

 

amitchandak
Super User
Super User

@Anonymous , There is blog around that, see if that can help

https://www.enhansoft.com/how-to-add-the-last-refreshed-date-and-time-to-a-power-bi-report/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.