Forum Discussion
ezequiel
8 years agoMicrosoft Employee
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
- lndnbrgResolver IIII 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?