Forum Discussion
msavides
5 years agoNew 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. wha...
Anonymous
5 years agoNot applicable
In the formula bar, type:
= let Rows=Table.RowCount(NameOfPriorStep) in Table.Split(PriorStepName, Rows)
--Nate