This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a sharepoint folder with csv files. There will be a file uploaded to this folder each day. Filename will have the date prefixed for each file. The problem is each file have first 10 rows as in different format so i need to remove those rows. Since there is a file for each day, i am looking to see if there is a way to remove first 10 rows from all the files at once. Can anyone help with transform that i need to use here. Thanks
to know how to do this watch my video
Table.TransformColumns( #"Removed Columns",{"Data" , (x) => Table.Skip( Table.PromoteHeaders(x),10)})
Hi,
You will have to use the Table.Skip function in a Custom Column.
Hi @Anonymous
In your query add a step : Home tab, click on Remove Rows -> Remove Top Rows then enter 10
Phil
Proud to be a Super User!
this will only remove first 10 rows from the first file. I want this to work for all the files in the folder.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 27 | |
| 23 | |
| 19 |