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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
ahmedoye
Responsive Resident
Responsive Resident

M Engine error: 'Microsoft.MashupEngine; [Expression.Error] The type specified wasn't recognized.'.

I have this error message from using ODBC to connect to a data source. My Query is unable to load because of the error.
 
I copied the exact same M script to Excel Power Query and it loaded without any errors.
 
Failed to save modifications to the server. Error returned: 'M Engine error: 'Microsoft.MashupEngine; [Expression.Error] The type specified wasn't recognized.'. '.
2 REPLIES 2
Anonymous
Not applicable

Perhaps you could post some code?

= Odbc.DataSource("dsn=RST",
[HierarchicalNavigation=true,
HideNativeQuery=false,
SQLGetFunctions=[SQL_API_SQLBINDCOL=false, SQL_CONVERT_FUNCTIONS=0x2],
SqlCompatibleWindowsAuth=true,
SqlCapabilities=[LimitClauseKind=LimitClauseKind.Top,SupportsDerivedTable=true,
PrepareStatements=true,
SupportsOdbcDateLiterals=true,
SupportsNumericLiterals=true,
Sql92Conformance=8],
SQLGetInfo=[SQL_SQL_CONFORMANCE=2,
SQL_SQL92_PREDICATES=0x00001E07]]
)

 

Without the underlined SQLGetInfo bit, the query runs perfectly.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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