Forum Discussion
iBusinessBI
4 years agoKudo Collector
Incremental refresh with additional steps after RangeStart RangeEnd filtering
I want to incrementally refresh my table, which uses two data sources: - SQL Server. - the second source is coming from the Dataflow In my query I use Value.NativeQuery with [EnableFolding = true...
- 4 years ago
In a dataflow the range filtering is always (annoyingly) forced to be the last transform. In a dataset you can place the filter anywhere you want.
lbendlin
4 years agoSuper User
In a dataflow the range filtering is always (annoyingly) forced to be the last transform. In a dataset you can place the filter anywhere you want.