Forum Discussion

AndrewZ's avatar
AndrewZ
Icon for Helper I rankHelper I
4 years ago
Solved

Using a dataflow as a source for another dataflow

Hi All   We on PowerBI premium and have set up a nice central dataflow for finance that is used by multiple datasets as the one true source of data and its been working well. We have row level secu...
  • otravers's avatar
    4 years ago

    In your new dataflow, 1) build a first query that references the source dataflow but doesn't load it, 2) reference that query in a second one which you do materialize (i.e. Enable load). This way you're not using Linked Entities and can add filters or any other transformations (in the first or second query, it doesn't really matter).