Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
arc14
New 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 clients should recieve the same files everyday. So if any one client gets the file - all the other clients should recieve it. We can get the "expected list of filenames" for each day by checking the distinct filenames per day. Now I want to find out which files are missing for each client every day. So there should be a table of MISSING_FILES with these columns: DATE_SENT, FILENAME, USER_NAME, SERVER by each client. How can I create this missing files table?

1 REPLY 1
v-xinruzhu-msft
Community Support
Community Support

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.

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.