Forum Discussion

anishkrissh's avatar
anishkrissh
Frequent Visitor
6 years ago
Solved

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's avatar
    az38
    Icon for Community Champion rankCommunity 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's avatar
      az38
      Icon for Community Champion rankCommunity 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