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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Dredded DISP_E_TYPEMISMATCH Error

 Have a pretty simple Excel file as the data souce. All of a sudden upon performing a refresh I encounter:

PBI Error.png

Ensured there are no errros in Power Query.

Went back to the Excel and made sure all formats match colums and cells.

Only using Number, Date, Text. 

All match up in PBI Data.

Remove all data in the source except for the hearders and 1 row and still get this error. What can I do?

 

Only have a few Applied Steps. 

Removed Remove Bottom Rows

Same Issue

Remove Changed Type

= Table.TransformColumnTypes(#"Promoted Headers",{{"SNO", Int64.Type}, {"Category", type text}, {"Project/ Contract Name", type text}, {"Reference Number", type text}, {"Finance Code", type text}, {"Department", type text}, {"Vendor", type text}, {"Start Date", type date}, {"End Date", type any}, {"Cost Type", type text}, {"Status", type text}, {"Total Contract Amt.", type number}, {"CAPEX 2020", type number}, {"Booked 2020 (IT)", type number}, {"Earmark 2020", type number}, {"CAPEX 2021", Int64.Type}, {"Jan", Int64.Type}, {"Feb", Int64.Type}, {"Mar", type number}, {"Apr", Int64.Type}, {"May", Int64.Type}, {"Jun", Int64.Type}, {"Jul", Int64.Type}, {"Aug", Int64.Type}, {"Sep", Int64.Type}, {"Oct", Int64.Type}, {"Nov", Int64.Type}, {"Dec", Int64.Type}, {"Q1", type number}, {"Q2", Int64.Type}, {"Q3", Int64.Type}, {"Q4", Int64.Type}, {"Comments", type text}, {"Bus. Owner", type text}})

 

Then I get this:

PBI Error2.png

Any suggestions?

 

 

 

4 REPLIES 4
Anonymous
Not applicable

I went ahead and deleted most of the Applied Steps:

 

Source - Didn't delete

Navigation - Didn't delete

Promoted Headers - Deleted

Changed Type - Deleted

Removed Bottom Rows - Deleted 

 

Once I deleted Promoted Headers the refresh went though without any error. Although now all my visiuals had errors. I then went back in to Transform Data and selected "Use first row as headers", and everything came back. I have the original data in teh soriuce file so no clue what caused all of this...??

Anonymous
Not applicable

Hi @Anonymous ,

 

The type mismatch error is probably happening while you're doing some conversion for the data in tables.

Looks like this column does not meet the conditions of the conversion type.

 

Best Regards,

Jay

amitchandak
Super User
Super User

@Anonymous , Please check your start date, there are some dates, which are not getting converted to date has some format issue

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

No, that's not it. I've removed all the dates in the Start Date Column in the source file and still get the error.  

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors