Forum Discussion
Too many rows?
- Anonymous1 year ago
Hi, rmcgrath
Here are a few strategies you can consider to manage the data more effectively:
DirectQuery Mode: If possible, consider using DirectQuery mode instead of importing the data. This allows Power BI to query the data directly from the source without loading it into memory, which can be beneficial for very large datasets. DirectQuery in Power BI - Power BI | Microsoft Learn
Incremental Refresh: Instead of loading the entire dataset at once, you can set up incremental refresh in Power BI. This allows you to load only new or changed data, which can significantly reduce the load time and improve performance. Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
Dataflows: Use Power BI Dataflows to preprocess and transform the data before loading it into Power BI. This can help in offloading some of the transformation work and improve performance. Introduction to dataflows and self-service data prep - Power BI | Microsoft Learn
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi rmcgrath - if you're pulling it via an OData feed.Use filtering and pagination to reduce the number of rows being pulled into Power BI.
Solved: Connecting to a large data table in Business Centr... - Microsoft Fabric Community
Using OData with Queries That are Set with a Top Number of Rows - Business Central | Microsoft Learn