Hi All,
I'm trying to implement incremental refresh in a dataflow, retrieving data from an ODBC.
I'm following the steps from Guy in A Cube Link , but found myself stuck with errors in the SQL statement I refer to in my Native query.
They use a Datekey integer, but unfortunately my databse only works with DateTime.
If you can give me a tip it would be much appreciated.
Source = Odbc.Query("dsn=MYConnection", query),
Thank you,
Andres