Skip to main content
Microsoft Idea

Power BI

New

Set Query to Load Last

Vote (1) Share
Jason Cockington's profile image

Jason Cockington on 09 Dec 2021 04:40:44

I like to add a LastRefresh query in my data models:
LastRefresh = DateTime.LocalNow()
For large data models that take many minutes to refresh, this query often completes well before the rest of the model refreshes.
It would be great if it was possible to set a query to "Load Last" so that the time stamp on the refresh was more accurate.