Forum Discussion
arc14
2 years agoNew Member
Create a table to show missing files
I have this table - DATALOAD_TRACKING with these columns: INDEX, DATE_SENT, FILENAME, CLIENT, SERVER, USER_NAME etc. This table tracks the status of the files sent to each client everyday. All clien...
Anonymous
2 years agoNot applicable
Hi arc14
Based on your description, in power query, it cannot generate the date automatcially, you can consider to create the table in SQL, you can create a table, then filter the data, when create a new record in SQL, it will generate a date, you can use this date as the DATE_SENT.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.