Forum Discussion
SQLLITE3 LOAD - NO FUNCTION FOUND
Power BI Desktop (January 2021)
DataSource.Error: ODBC: ERROR [HY000] no such function: LN (1)
Detalhes:
DataSourceKind=Odbc
DataSourcePath=database=C:\Users\rhotz\Downloads\Investimento\Investimentos.db;dsn=SQLite3 Datasource
OdbcErrors=[Table]
The view it is attempting to load reads from another one which contains a LN function (natural log).
How can we fix? I am using the most recent sqliteodbc_w64 driver.
5 Replies
- lbendlinSuper User
You shouldn't need to specify both the database name and the dsn. Normally the dsn is enough.
This sounds more like an ODBC error than a Power BI error. Do you get the same issue when you access your SQLITE database from Excel?
- v-easonf-msftCommunity Support
Hi, rhotz
Which version of the database are you currently using?
LN function is not basic function in older versions of SQLite3.
Best Regards,
Community Support Team _ Eason- rhotzNew Member
V 3.3.3
I was not able to connect via Power Query in Excel.