Forum Discussion

jcampbell474's avatar
jcampbell474
Helper IV
6 years ago
Solved

Please help with Dataflow(s)

I have a dataflow to use in multiple datasets.  I can't figure out how to filter the dataflow load into each dataset.  Each dataset will report different date ranges and products.   I don't need to...
  • BA_Pete's avatar
    BA_Pete
    6 years ago

    Yes, I think that would be the most efficient setup i.e. one 'base' data flow that brings in everything, then a number of other tables that reference (not duplicate) the base dataflow, but are filtered as required for the other different reports.

     

    If your source that feeds the dataflow is an SQL server, I think the most efficient in terms of load may be connecting directly to the source from each report, as you could then make full use of query folding and staggered refresh times, but YMMV.

     

    Pete