Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
dnguyen67
Frequent Visitor

load data directly by date slicer

Hello,

 

My report file size id more than 800 MB, usage of ~5.0 GB RAM. My current dataset (sample of only 1 year data) on OneDrive is around 1.8 GB, with one of the table having 35 milions rows by days. Since I have more years and keep loading data up to date, I'm afraid the report file using more RAM to the point that my laptop wouldn't be able to handle it.

 

Is there a way to load data by date slicer instead of storing all data in VertiPaq Storage Engine? or is there any way to optimize my report file? one potential option I would think of is raggregating data by weeks/months, not by days.

 

Note: My data model is not a star schema model since they are not related to each other, only connected through date and ID keys. Do you think it is also a factor why my dataset and RAM usage are big?

 

 

1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

If your data source was SQL you could use direct query with parameters 

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters

 

I'm not sure it would work with a sharepoint file.

 

You could look at the stats for your model using dax studio:

https://daxstudio.org/documentation/features/model-metrics/


This article gives some good pointers on reducing it:

https://radacad.com/how-to-reduce-the-size-of-power-bi-file-in-a-few-steps

 

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

1 REPLY 1
bcdobbs
Community Champion
Community Champion

If your data source was SQL you could use direct query with parameters 

https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters

 

I'm not sure it would work with a sharepoint file.

 

You could look at the stats for your model using dax studio:

https://daxstudio.org/documentation/features/model-metrics/


This article gives some good pointers on reducing it:

https://radacad.com/how-to-reduce-the-size-of-power-bi-file-in-a-few-steps

 

 



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors