Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.