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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
tksnota
Post Patron
Post Patron

Add GETDATE in Power Query

Hi,

 

I want to show in my Query the timeframe when everytime refreshed is done.

 

I'm using the table called gbkmut with several fields. 

 

How can I do this?

 

Thanks...tksnota...

 

tksnota_0-1735930861316.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

SELECT GETDATE() as timestamp

 

Note this will be very wasteful if you add that column to your query. Better to use it as a separate query.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

SELECT GETDATE() as timestamp

 

Note this will be very wasteful if you add that column to your query. Better to use it as a separate query.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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