Forum Discussion
Anonymous
4 years agoNot applicable
Incremental load with joins in Query
Hello everybody, I would like to know if a query with a join like this will work with the incremental load in PowerBI: SELECT
[TransactionDateDimCalendarId],
b.[Date],
a.LastUpdate ,
*
FR...
- 4 years ago
Yes, as long as RangeStart and RangeEnd are part of the query conditions.
lbendlin
4 years agoSuper User
Yes, as long as RangeStart and RangeEnd are part of the query conditions.