March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am using Page Refresh in DirectQuery mode and I would like to show on the report the last time the dataset has been refreshed. For example, if I put the page refresh every 10 minutes, when I go to Power BI Service, I need to know when exactly the data has been refreshed.
Is it possible?
Thank you
Solved! Go to Solution.
@DM_EU if UTCNOW isn't giving accurate results, then try using this:
Last refresh = NOW()
Please mark this as a solution & hit the thumbs up if it helps you. Thanks.
@DM_EU if UTCNOW isn't giving accurate results, then try using this:
Last refresh = NOW()
Please mark this as a solution & hit the thumbs up if it helps you. Thanks.
@truptis UTCNOW() or NOW() doesn't work for me.
NOW() correctly works in PBI Desktop but changes time in PBI Service. UTCNOW() shows UTC time. Can you please suggest any other idea??
@Pooja_Pandya - try using Now()-8/24
this might work
please hit a thumbs up and mark it as a solution if it helps you. Thanks.
Thank you very much for your help truptis 🙂
Have a nice day
Hi @DM_EU ,
If it is a directQuery then create this measure:
Last Refresh date = UTCNOW()
Please mark this as a solution & hit the thumbs up if it helps you. Thanks.
HI truptis,
It almost works but there is one hour of difference. How can I remove one hour from this measure to be accurate with my timezone?
Thank you
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
132 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
203 | |
141 | |
107 | |
73 | |
70 |