Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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...
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.