I am connecting to our data warehouse via an ODBC connector through Power BI and I have the following statement
SELECT * FROM T_OL_DETL WHERE FY_CD = '2020' LIMIT 10000;
I am getting an error that says "SQL command not properly ended". Any ideas will be greatly appreciated. Alex