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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ramendra
Helper IV
Helper IV

how to show the last schedued update time in the power BI report

I've set the scheduled refresh 4 times a day for the Power BI dataset.

I want to add the date and time in the card view in the dashboard to show when the data was last updated based on the scheduled refresh time.

Can someone please help me.

5 REPLIES 5
v-alq-msft
Community Support
Community Support

Hi, @Ramendra 

 

You may click 'Edit Query', go to 'Query Editor', create a new query, input the following codes in 'Advanced Editor'.

let
    Source = Table.FromRecords({[datetime = DateTime.LocalNow()]})
in
    Source

 

Then you may click 'Close and Apply' and create a card visual to display the result.

b1.png

 

When you refresh, it will update with the latest datetime.

b2.png

 


Best Regards

Allan

 

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

Hello

But it shows the UTC time in the power BI service. However, it displays correctly on the Power BI desktop.

query any function to place an hour of next update in an already programmed scheme? by q I already have an hour of the data update but I want to know if there is any for the next scheduled time.

Hi, @Ramendra 

 

There are some differences between the time zone you are in and the UTC. Time difference exists between Power BI Desktop and Service. You may add or minus hours to get the corresponding datetime in Power Query. I'd like to suggest you refer the blog to see if it helps.

 

Best Regards

Allan

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.