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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
msavides
New Member

Power query question

I have a project for 1500 timesheets 2 times a month. 

we download a spreadsheet from our payroll company that contains all 1500 employees time entries and shift notes in a single xml file. 

 

what I need to do is run a query to pull just a single employees time entries and shift note into a new excel file.  I need to do this for all 1500 employees. 

 

so source file is a master timesheet excel file and I need 1500 individual excel spreadsheets that just show each employee time entires and shift notes. 

 

is this possible with power query.  I have been watching a lot of power query videos and i cannot find a single one that says it is possible. 

Thank you in advance for any help you can provide

2 REPLIES 2
Anonymous
Not applicable

In the formula bar, type:

= let Rows=Table.RowCount(NameOfPriorStep) in Table.Split(PriorStepName, Rows)

--Nate

Anonymous
Not applicable

It is possible but not efficient or suitable. I wouldn't recommend using Power Query to achieve this. I would try to do it in Python (don't worry you don't need to be an expert in coding to do it, there are many libraries, trainings and pre-built templates do to what you want to do) or through Power Automate. 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.