Forum Discussion

ezequiel's avatar
ezequiel
Microsoft Employee
8 years ago
Solved

Add the time the gateway was executed

Hi,

 

Is it possible to populate text on a report using the last time/date a gateway refreshed the information?

 

Thanks!

  • I use to put a query „Last refresh“ in every data model. This query is basically just =DateTime.LocalNow() which returns the current date/time. I get a table that has one column and one row.

    When the model gets a refresh this table is also refreshed. In my report I put this single value on a card and name it „Refresh date“.

    Does this make sense for you?

1 Reply

  • lndnbrg's avatar
    lndnbrg
    Resolver III
    I use to put a query „Last refresh“ in every data model. This query is basically just =DateTime.LocalNow() which returns the current date/time. I get a table that has one column and one row.

    When the model gets a refresh this table is also refreshed. In my report I put this single value on a card and name it „Refresh date“.

    Does this make sense for you?