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?
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
2 Replies
- az38
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
- az38
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