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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Pooja_Mishra
Helper I
Helper I

Report date field is not updating but schedule refresh is working

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.

 

Pooja_Mishra_0-1691534263650.png

Pooja_Mishra_1-1691534280182.png

 

 

1 ACCEPTED SOLUTION
Pooja_Mishra
Helper I
Helper I

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 

 

View solution in original post

2 REPLIES 2
Pooja_Mishra
Helper I
Helper I

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 

 

v-binbinyu-msft
Community Support
Community Support

Hi @Pooja_Mishra ,

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors