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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors