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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
pandilla
New Member

data loading is very slow from oracle Db using import

I'm trying to load the data from oracle to power bi desktop. Data is almost 5 M. For loading 2 lakhs of data it is taking 2.30 hrs of time in my desktop with selected columns. any suggestions to make the data load faster. Need to load total 5 M records to power bi.

5 REPLIES 5
v-agajavelly
Community Support
Community Support

Hi @pandilla ,

Just checking in were you able to try out any of the suggestions shared by super users and the additional tips we mentioned earlier? To know if filtering during import or switching connectors made any noticeable difference in your load performance. If you're still running into issues or have narrowed down, feel free to share more details we'd be happy to dive deeper and help optimize further. Looking forward to your update.

Regards,
Akhil.

v-agajavelly
Community Support
Community Support



Hi @Sergii24  and @Sergii24 , thanks for your time with such thoughtful response. Really appreciate the way you both broke it down.

@pandilla  , just to add on to their points, here are a few suggestions that helped in similar situations.

 

Thanks for the details. A few practical things you can try to speed up the data load.

  1. Filter During Import (if possible) – Even though you want all 5M rows eventually, try filtering only recent rows (like last 6 months) during development and remove the filter later. It helps reduce the load time while you're building the report.
  2. Use Native Query – Instead of loading the table directly in Power Query, write a custom SQL query to only pull the columns you need. This reduces overhead and avoids pulling unnecessary metadata.
  3. Check for Unnecessary Indexes or Triggers – If the Oracle table has any logging or triggers firing on read, it might slow things down. A DBA can help check that.
  4. Avoid Loading Complex Data Types – Columns like BLOBs, CLOBs, or high-cardinality fields (like timestamps with millisecond precision or GUIDs) are costly in VertiPaq. Try excluding them during import.
  5. Switch to OLE DB Connector (Optional) – Sometimes, the OLE DB connector performs better than the Oracle client. Worth testing if you're seeing consistently poor load times.
  6. Monitor Oracle Server Load – Use Oracle tools or ask your DBA to check if the server is bottlenecked during the load (CPU/disk/network).

Let us know how it goes once we identify the bottleneck, we can dig deeper into optimizations.

Regards,
Akhil.

danextian
Super User
Super User

HI @pandilla 

How many columns are being loaded, and what's the cardinality of your data?
Columns with high cardinality — such as a datetime column where most values are unique — can significantly slow data loading, as they require more memory to encode and compress in Power BI's VertiPaq engine. Additionally, server-side performance plays a key role. If the Oracle server has limited resources, network latency, or slow I/O response times, it will also affect the speed at which data is retrieved and loaded.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Sergii24
Super User
Super User

Hi @pandilla, unfortunately, there isn't enough information to help you... Please provide some more context. So I understand that you want to load 5 million records from your DB in Import mode. But do those 5M records come from the same single table in your Oracle DB? What connector do you use to connect to Oracle? What transformations do you perform in Power Query? Are there any other tables that you import in addition to this one?

Hi @Sergii24 ,

Thank you for quick response.

5M records come from the same single table in your Oracle DB?----> yes,loading single table 

What connector do you use to connect to Oracle? --->https://download.oracle.com/otn_software/odac/OracleClientForMicrosoftTools_x64_19.exe

What transformations do you perform in Power Query? ---> Nothing

Are there any other tables that you import in addition to this one? ----> No

 

 

Thanks in advance.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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