Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
40 |