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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Anmolgan
Post Prodigy
Post Prodigy

Last Refresh time data input not working in PowerBI Service?

I have added a query that contains my local date time the query is like this:

 

= DateTime.LocalNow

 

and created a table for this and am using that column inside my report, but the problem is whenever why powerbi service do a refresh the time changes to something -6 or 5 hours or something, I am in +0530 GMT timezone, how can I eliminate this in order to get correct timezone in my powerbi service reports?

7 REPLIES 7
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @Anmolgan ,

do you know the metadata (1) in the Power BI Service?

https://powerbi.microsoft.com/en-us/blog/introducing-the-new-look-for-power-bi-service/

New-look-nutshell-3

Regards,

Marcus

Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


@mwegener I dont need to see the last refresh in powerbi service, I want to see this in a visual inside my report, my external users do not have access to the powerbi service hence they will not be able to login to the powerbi service every time.

nahid3152
Helper II
Helper II

HI,Anmolgan
Use
NOW=FORMAT(UTCTODAY()+ TIME(6,0,0),"DD-MMM-YY")

If time zone 6 then use 6 or use as per your requirement

@nahid3152  this does not works as it gives me only dates and I need date with time, I have made the below M query statments and it seems that it works with the powerbi service:

 

let
Source = DateTimeZone.UtcNow() + #duration(0,05,30,0),
#"Converted to Table" = #table(1, {{Source}}),
Column1 = #"Converted to Table"{0}[Column1],
#"Converted to Table1" = #table(1, {{Column1}}),
#"Renamed Columns" = Table.RenameColumns(#"Converted to Table1",{{"Column1", "Time"}})
in
#"Renamed Columns"

 

But it gives me date in format of ddmmyy hh;mm;ss +00

 

How can I remove +00 option from here? any ways to reformat this?

Hi @Anmolgan ,

Please try to change the data type to Date/Time in Query Editor.

1.gif

Best Regards,

Xue Ding

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-xuding-msft  @mwegener  @nahid3152 

 

I had managed to set the refresh time according to my local time, but now the problem is the last refresh time is not able to match with the last refresh time which is shown in my powerbi service refresh history, I thought this is a problem with me creating an additional table, and the main query table not being refreshed so I tried to create a refrence measure inside my same master table, but still the refresh time does not match?

 

Is there any way to solve this?

Hi @Anmolgan ,

Maybe the blog can help you.

https://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/

 

Best Regards,

Xue Ding

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.