Forum Discussion

iBusinessBI's avatar
iBusinessBI
Kudo Collector
4 years ago
Solved

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...
  • lbendlin's avatar
    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.