Forum Discussion
anishkrissh
6 years agoFrequent 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?
- 6 years ago
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
az38
Community Champion
6 years agohi 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
az38
Community Champion
6 years agoor, 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