Forum Discussion
Arkhos94
1 year agoHelper IV
Reduce loading wtih a huge dataflow
I'm building a report that use a big dataflow table (185 000 000 lines) in importer mode Out of these 185 000 000 lines (roughly 20 Go) I'm using only around 2 000 000 once filtered I'm looki...
Anonymous
1 year agoNot applicable
Thank you PavanLalwani
Hi, Arkhos94
If you use a database to store data, you can limit the amount of import when connecting by:
This method still works with DataFlow.
If you use some static files such as Excel, csv:
This step mainly uses Table.FirstN. Excel doesn't have a query engine, so it defaults to all workbook rows when importing.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.