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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
anishkrissh
Frequent Visitor

Fetch Data on which Date the data is being loaded

Is there any way  to collect the data on which date the data is being loaded into the report?

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

hi @anishkrissh 

for example, you could a custom column RefreshDate to one of your datasource

 

DateTime.LocalNow()

 

do not hesitate to kudo posts and mark solutions as solution

 


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

2 REPLIES 2
az38
Community Champion
Community Champion

hi @anishkrissh 

for example, you could a custom column RefreshDate to one of your datasource

 

DateTime.LocalNow()

 

do not hesitate to kudo posts and mark solutions as solution

 


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn
az38
Community Champion
Community Champion

or, @anishkrissh 

you can create a blank query, type 

=DateTime.LocalNow()

in formula bar, then prss button To table in Transform ribbon

After, you will get a one-row one-column table with update time

 

do not hesitate to kudo useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Kudoed Authors