Forum Discussion
Reducing Storage in Large Tables / Combining Composite model
My company only allows Power BI Pro license so we are such with the 1GB storage limit. I've been tasked with pulling in all our "issue" records, all the details as seamlessly as possible.
My plan was to create two tables:
1. Containing all the Open records in Import mode for speed
2. Containing NOT Open records in Direct Query
3. Create a third table combining the two tables and I was hoping it wouldn't table up any space as it's only a reference using
Try starting in Direct Query mode with one table for both Open and Not Open records, then create a manual aggregate table for your open items. This will allow any queries needing Open items to hit the import that will be created by the agg table and the closed items will use the DQ portion. Power BI Aggregation: Step 1 Create the Aggregated Table - RADACAD
1 Reply
- audreygerredSuper User
Try starting in Direct Query mode with one table for both Open and Not Open records, then create a manual aggregate table for your open items. This will allow any queries needing Open items to hit the import that will be created by the agg table and the closed items will use the DQ portion. Power BI Aggregation: Step 1 Create the Aggregated Table - RADACAD