Forum Discussion
KareemMostafa12
3 years agoHelper I
Incremental refresh for MongoDB database
Will be happy if someone can help me 😔 i'm using MongoDB connected with PBI with BI connector to using ODBC DSN and every thing is working fine till now recently i tried to setup incremental refre...
lbendlin
3 years agoSuper User
Show a sanitized version of your Power Query code. You can see the code by selecting "Advanced Editor"
KareemMostafa12
3 years agoHelper I
- lbendlin3 years agoSuper User
something similar to this
let Source = Odbc.Query("dsn=MongoDB", "select * from groupshops where [createdAt]>='" & RangeStart & "' and [createdAt]<'" & RangeEnd & "'") in Source- KareemMostafa123 years agoHelper I
should i copy this code to the advanced editor box?
- KareemMostafa123 years agoHelper I
I tried to copy/paste this code in Advanced editor but gives error. Will be happy if you can inform me how to add this code?