Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
Solved! Go to Solution.
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
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
@GuyInACube also has a video on the topic that might help.
https://www.youtube.com/watch?v=oN6mOmEruOQ&ab_channel=GuyinaCube
@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 feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 55 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 93 | |
| 85 | |
| 33 | |
| 31 | |
| 25 |