Forum Discussion
Anonymous
7 years agoNot applicable
Dataflow size limit
I'm considering breaking one of my larger models into a series of Dataflows to improve the overall refresh performance of the model. I was wondering whether an individual dataflow had a size limit? A...
GilbertQ
7 years agoSuper User
Hi there
From what I understand there is a size limit in terms of storage depending on if you have Power BI Pro (10GB) or Power BI Premium (100TB)
Then if you had to break them up, they would all sit in their separate data stores in dataflows.
As it currently stands you would then manage the refresh of the dataflows to ensure that the data is up to date. If you are using Power BI Premium you could use Linked Entities or Computed Entities (Depending on requirements).
Then you would need to import the dataflows into your Power BI Desktop file (PBIX) and then upload that to the Power BI Service.
Once in the Power BI Service, you would then need to schedule the refresh for your PBIX file.
From what I understand there is a size limit in terms of storage depending on if you have Power BI Pro (10GB) or Power BI Premium (100TB)
Then if you had to break them up, they would all sit in their separate data stores in dataflows.
As it currently stands you would then manage the refresh of the dataflows to ensure that the data is up to date. If you are using Power BI Premium you could use Linked Entities or Computed Entities (Depending on requirements).
Then you would need to import the dataflows into your Power BI Desktop file (PBIX) and then upload that to the Power BI Service.
Once in the Power BI Service, you would then need to schedule the refresh for your PBIX file.
- Anonymous7 years agoNot applicable
Thank you. That confirms my thinking.
Does the refresh of the PBIX model force a refresh of the associated dataflows or will they refresh independently based on their individual refresh frequencies?
- aldupler7 years agoMicrosoft EmployeeNo. The schedules are separate. You can even have multiple dataflows with separate schedules feed the same report which can give you an extremely crude approximation of incremental refresh with out premium capacity.
- GilbertQ7 years agoSuper UserHi there
The only way that they could be refreshed is if you use Power Premium and Linked Entities- aldupler7 years agoMicrosoft EmployeeAs long as you don't append the "partitions" until you ingest the data into a model, you're golden.