Forum Discussion

mario_ruiz's avatar
mario_ruiz
Helper II
3 years ago
Solved

timestamp when saving pbix

Hi,

 

 I created a table with a date column that stores the value of

DateTime.LocalNow()

 So, the first time I ran it, it was okay as I immediately saved the PBIX file. 

 

 However, my desire is to get a timestamp updated each time I save the PBIX file, is there a way to achieve it? Thanks.

  • You would need to refresh the report. 

    According to gorilla.bi, "the DateTime.LocalNow function returns the current date and time of the machine where the refresh takes place". 

1 Reply

  • You would need to refresh the report. 

    According to gorilla.bi, "the DateTime.LocalNow function returns the current date and time of the machine where the refresh takes place".