Forum Discussion
Anonymous
5 years agoNot applicable
Power query
Hi, I am connecting a sharepoint folder to Power Query where I get reports uploaded every morning. All the reports have the first 10 rows that I do not need as it is just a broadcast data. I can...
- 5 years ago
Go to the Transform Sample query step. That is for 1 file, but it is processed for every file.
Use the Remove Top Rows and select 10 in that query.
Then when the files are combined, they will all start with row 11.
edhans
5 years agoCommunity Champion
Go to the Transform Sample query step. That is for 1 file, but it is processed for every file.
Use the Remove Top Rows and select 10 in that query.
Then when the files are combined, they will all start with row 11.
- Anonymous5 years agoNot applicable
Thank you!