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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Daviejoe
Memorable Member
Memorable Member

Inconsistent Data in Excel

Hi,

 

I have an issue with an Excel data source.

 

Every so often, the excel data source will be saved down and it will have two additional rows above my headers.  The top row will have a merged cell that spans across the length of the data extract/all columns and it will contain text "Max export limit reached".

 

The second row will be a blank row.

 

On other occasions the export will not contain the additional two rows and will display my data in a perfect tabular format and I have no issues.

 

How do i create a query that will effectively have an IF statement in it?

 

Thanks in advance.

 

David





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

Proud to be a Super User!




1 ACCEPTED SOLUTION
MattAllington
Community Champion
Community Champion

In power query

connect to the table with the error issue

delete the "changed type" step and lpromote header" steps if they are there. Column names should be column 1, column 2 etc

put a filter on column 1 to exclude the blank and the error message you mentioned.

then promote the first row, etc. 

when you connect to a file without the 2 extra rows, the filters will simply do nothing. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

View solution in original post

2 REPLIES 2
MattAllington
Community Champion
Community Champion

In power query

connect to the table with the error issue

delete the "changed type" step and lpromote header" steps if they are there. Column names should be column 1, column 2 etc

put a filter on column 1 to exclude the blank and the error message you mentioned.

then promote the first row, etc. 

when you connect to a file without the 2 extra rows, the filters will simply do nothing. 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Hi @MattAllington ,

 

big thanks for the reply, much appreciated.

 

Loved Supercharge Power BI btw!

 

Regards

 

David

 

 





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

Proud to be a Super User!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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