Forum Discussion
Which causes greater load stress?
- 5 years ago
Hi Anonymous,
If you consider reducing the load on the back-end system, using import mode is definitely a good idea, but considering the need to import data into Power BI, importing data and refreshing it will consume a lot of time if the data source is updated frequently.
Please refer Optimization guide for Power BI.
https://docs.microsoft.com/en-us/power-bi/guidance/power-bi-optimization
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
Anonymous , one of the option can be explored is dataflows and then direct query on dataflows. That can keep your model light. (This is a preview, can have some performance issues)
Having one datafile having everything import is not a good idea. Have dataflows, Datasets and try to use them
- Anonymous5 years agoNot applicable
amitchandak Can you elaborate a little on why it's not a good idea? Just looking for some technical reasons why the one giant data model is not a good option.
My preference is to use dataflows (in import mode, not DQ). DQ has too many limitations in terms of the data transformations etc.
- amitchandak5 years ago
Super User
Anonymous , If you want complete import the having a single model as dataset can save space. As long as you can push data(full) to loaded on power bi service(deployement pipeline)
If you can use direct query then data is loaded at one place , you can work wih smaller model as per need.