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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
jaysoulz
Helper I
Helper I

Best approach to get everday data from email and load into PowerBI

Every day, I receive a report of the previous day's transactions (about 9,000 rows) that I append to my main Power BI report (stored in OneDrive).

Here is the setup in my Power BI:

  1. Load the email report attachments by combining them (if more than one).
  2. Clean the data.
  3. Append the cleaned data to my main report.

I believe this will load the report cumulatively as follows:

For instance, let's say we start on July 10:

  • On July 10, the report from July 9 will be loaded, cleaned and appended...
  • On July 11, the reports from July 9 and July 10 will be loaded, cleaned and appended...
  • On July 12, the reports from July 9, 10, and 11 will be loaded, cleaned and appended...

And so on.

In the end, this repeated loading will consume a lot of memory, causing my reports to fail due to out-of-memory issues. Additionally, since Excel can hold a maximum of 1 million rows, and each report has 9,000 rows, my main report will crash after 111 days.

What is the best approach to rectify this issue?

Thanks.

2 ACCEPTED SOLUTIONS
Uzi2019
Super User
Super User

Hi @jaysoulz 

if your previous day record example (9th july) does not change on 11th july refresh. then you can go for incremental refresh instead of loading all the way from beginning.

 

refer below videos for better understanding.
https://www.youtube.com/watch?v=BL2pSXmBxtw

https://www.youtube.com/watch?v=shc1SpXYrKo

https://www.youtube.com/watch?v=IVMdg16yBKE

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

anmolmalviya05
Super User
Super User

Hi @jaysoulz,
Please check the below video: https://youtu.be/QGqn4hWAhBM?feature=shared
This contain end to end solution as per your requirement

View solution in original post

3 REPLIES 3
anmolmalviya05
Super User
Super User

Hi @jaysoulz,
Please check the below video: https://youtu.be/QGqn4hWAhBM?feature=shared
This contain end to end solution as per your requirement

Uzi2019
Super User
Super User

Hi @jaysoulz 

if your previous day record example (9th july) does not change on 11th july refresh. then you can go for incremental refresh instead of loading all the way from beginning.

 

refer below videos for better understanding.
https://www.youtube.com/watch?v=BL2pSXmBxtw

https://www.youtube.com/watch?v=shc1SpXYrKo

https://www.youtube.com/watch?v=IVMdg16yBKE

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
RossEdwards
Solution Sage
Solution Sage

Excel is not a database.  Don't use Excel as a database.  Your solution is to make a database and store the records.

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.