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

March Power BI Update Carousel

Power BI Community Update - March 2026

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