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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

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