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
ripstaur
Helper III
Helper III

Can I delete superheaders when combining files in a SharePoint Folder?

I have some excel files that are posted on a sharepoint folder every morning. Each one contains information about product shipments. Each file tracks a particular product. So maybe some units of product A was shipped to several locations. 

Unfortunately, the legacy system these files come from put the product and a couple of other "superheader" type information into cells in the top row of the table, creating a superheader. 

I have been able to get them to load, and using the first file as an example, I promote the first row as headers. This gets rid of the superheader row in the example file. However, when the query tries to fetch other files, it looks for the column that had the product information in it and gives me an error saying "field 'product A' not found". 

I had thought that by removing the superheader in the first file, it would do that for every file BEFORE it tries to combine them. That does not appear to be the case. It seems that my only option is to try to get the users to delete that top row before they post to the SharePoint. 

It doesn't seem that it would be a huge leap in technology to make this happen. Am I doing something wrong, or does the function just not work in the right sequence? 

1 ACCEPTED SOLUTION
ripstaur
Helper III
Helper III

I got it to work! It turned out that PQ added its own promote headers step, followed by a type change step. Maybe that's because the files I have to work with have a blank row at the top, then the super-header, then the headers. In any case, that change type step is looking for the text in the superheader as it tries to emulate the code in the example file going forward. I eliminated that change type step, added another promote headers step, and it worked like a champ!

View solution in original post

2 REPLIES 2
ripstaur
Helper III
Helper III

I got it to work! It turned out that PQ added its own promote headers step, followed by a type change step. Maybe that's because the files I have to work with have a blank row at the top, then the super-header, then the headers. In any case, that change type step is looking for the text in the superheader as it tries to emulate the code in the example file going forward. I eliminated that change type step, added another promote headers step, and it worked like a champ!

AlexisOlson
Super User
Super User

"Promote headers" turns the top row into column names, so if you have inconsistent text in the top row of each file, then you'll get inconsistent column names, resulting in errors when trying to combine the files together.

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 Kudoed Authors