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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Sugumaran31
Helper I
Helper I

How to get last refresh date in power bi dashboard

Hi Guys,

 

My Requirement for How to get a last refresh date and time from the Power BI Service to the dashboard. Please anyone known to reply to me is a urgent client requirement

 

Thanks and Regards

Sugumaran C

2 ACCEPTED SOLUTIONS
uzuntasgokberk
Super User
Super User

Hello @Sugumaran31,

In Power Query you can write an m code. For ınstance open a blank report and write 

DateTime.LocalNow()

  Close and appy. You can use as a card and publish in to PBI Service. But be sure date time value is correct in PBI Service. İf it isn't you might be doing some plus or minus with your creating dax code.

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

View solution in original post

Kaviraj11
Super User
Super User

Hi,

 

Create a table in power query, adjust your timezome accordingly.

 

= DateTime.LocalNow()+#duration(0,-4,0,0)

 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

2 REPLIES 2
Kaviraj11
Super User
Super User

Hi,

 

Create a table in power query, adjust your timezome accordingly.

 

= DateTime.LocalNow()+#duration(0,-4,0,0)

 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





uzuntasgokberk
Super User
Super User

Hello @Sugumaran31,

In Power Query you can write an m code. For ınstance open a blank report and write 

DateTime.LocalNow()

  Close and appy. You can use as a card and publish in to PBI Service. But be sure date time value is correct in PBI Service. İf it isn't you might be doing some plus or minus with your creating dax code.

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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