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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We are running a query in power bi through ODBC DSN connection of Mongo DB BI connector Is there a solution to the following error
DataSource.Error: ODBC: ERROR [42S22] [MySQL][ODBC 1.4(a) Driver][mysqld-5.7.12 mongosqld v2.14.4]Unknown column 'TOPGUID_NAME' in 'field list'
Details:
DataSourceKind=Odbc
DataSourcePath=dsn=UAT-ANSI
OdbcErrors=[Table]
Query used
SELECT ColumnA,Column B
FROM collection
when we run select column A from collection working but after adding 2nd coloumn not working.
Tried both Ansi and Unicode in DSN setting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.