This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi,
I have scheduled refresh a report in Power BI service and it's working but only the refresh date field is not updating.
When I download the PBIX file and try to refresh the table then it works but not automatically in Power BI service.
Can anyone halp me on this so that I do not have to this manually everytime.
Solved! Go to Solution.
Hi,
Thanks for your help.
I am able to identify the issue by myself.
The issue was caused because I was using local time function to get current refresh time, when refresh in Service, it always show old date which is expected since service use UTC timezone
Resolution:
Source = DateTimeZone.RemoveZone(DateTimeZone.UtcNow()) + #duration(0,number of hours,0,0)
in Advance editor in Transform data and publish the report
Hi,
Thanks for your help.
I am able to identify the issue by myself.
The issue was caused because I was using local time function to get current refresh time, when refresh in Service, it always show old date which is expected since service use UTC timezone
Resolution:
Source = DateTimeZone.RemoveZone(DateTimeZone.UtcNow()) + #duration(0,number of hours,0,0)
in Advance editor in Transform data and publish the report
Hi @Anonymous ,
Normally, this shouldn't happen, could you tell me about the process you used to create the report and the actions you do on the Service.
Best regards,
Community Support Team_Binbin Yu
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 14 | |
| 11 | |
| 9 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 29 | |
| 23 | |
| 20 |