Forum Discussion

MiraNi's avatar
MiraNi
Icon for Advocate IV rankAdvocate IV
3 years ago
Solved

Power BI dataset connecting Dataflow - shared capacity usage and parallel refreshes

We have datasets connecting to dataflows. Some dataflows include common dimensions, which are used in almost every dataset. I want to understand, how is the connection from dataset to dataflow meanin...
  • itchyeyeballs's avatar
    3 years ago

    Each dataset that uses the dataflow will still need to be refreshed individually, think of it like a centrally stored csv file. It will be faster than a locally stored version.

    If the quantity of data in the dataflow is large you should probably stagger the refreshes of the datasets that use it.