Hello Team,
I have created a dataset and created a calculated field on the dataset level:
last_refreshed_at = addDateTime(30,‘MI’,(addDateTime(05,‘HH’,now())))
Now, I have setup an incremental refresh on hourly basis.
The situation is: My dataset is getting refreshed correctly but the last_refreshed_at field is having multiple dates as the incremental refresh does not update that field for all records.
Only fields which are updated during the last refresh window have the correct last_refreshed_at field.
I want this field to have the date when my dataset was last refreshed irrespective whether the record was updated or not.
Please help me out as my readers are having a lot of confusions due to this,
Thanks in advance,
ajinkya