Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi @powerbiexpert22 -The error you're encountering, "OLE DB or ODBC error: Type mismatch (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))," typically occurs when there is a data type mismatch in your DAX expression or when the data types in your model do not align with what the calculation expect.
resolution should be following:
Check the datatypes for the columns in a table, make sure the DAX expressions are correctly handling data or not.
Inspect your data for any rows that might have invalid dates or missing values.
Please check the resolved post
Hope it helps:
Proud to be a Super User! | |
Hi @powerbiexpert22 -The error you're encountering, "OLE DB or ODBC error: Type mismatch (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))," typically occurs when there is a data type mismatch in your DAX expression or when the data types in your model do not align with what the calculation expect.
resolution should be following:
Check the datatypes for the columns in a table, make sure the DAX expressions are correctly handling data or not.
Inspect your data for any rows that might have invalid dates or missing values.
Please check the resolved post
Hope it helps:
Proud to be a Super User! | |
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 41 | |
| 36 | |
| 32 |