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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
n8schicht
Helper I
Helper I

How can i import a csv starting with row 2?

Hello,

 

I have a CSV which i have to edit every day.

In the first row there are some status informations and they are not relevant for the table.

at row 2 the table starts.

 

But how can i import this in powerquery.

Now my workaround is:

- open it in open office

- remove first row

- import it with powerquery

 

but is there a better way? 

 

thank you!

2 REPLIES 2
MFelix
Super User
Super User

Hi @n8schicht ,

 

The answer given by @ElenaN  is a great option but I'm assuming you are not proeficcient in query editor and advance editing, best option would be to just filter out the row 2 from your dataset, when it's uploaded to the model it will only return the last step of your query.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



ElenaN
Resolver V
Resolver V

Hello,

 

You can use the function Table.Skip to remove first needed rows. (after loading the initial/unmodified file in Power Query)

 

https://docs.microsoft.com/en-us/powerquery-m/table-skip

 

Regards,

ElenaN

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors