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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
BI_is_Fun
New Member

Extracting Oracle Fusion data for Power BI – ETL & pipeline challenges?

I’m fairly new to the Oracle Fusion ecosystem and want to learn from those who’ve integrated it into their analytics stack.


For anyone who has worked with Oracle Fusion data (via OTBI, BIP, APIs, or other extraction methods) and moved it into a data warehouse for downstream analytics (in my case, Power BI):


What are the biggest problems you’ve faced in this process?

1 On the reporting side (limitations in OTBI/BIP, missing subject areas, performance bottlenecks, query restrictions).

2 On the ETL/data movement side (API/data volume limits, refresh windows, data quality/completeness issues, integration complexity).

I’m interested in hearing lessons learned and what workarounds helped?

1 REPLY 1
Vinodh247
Resolver IV
Resolver IV

I have not directly worked on Oracle Fusion but has seen similar ERP to analytics integrations (SAP, Dynamics 365, Workday, etc), here is my take:

General ETL / pipeline challenges (API driven ERP systems):

  • API throttling and limits: ERP SaaS systems are notorious for request caps. You cannot pull millions of rows in one go. Instead, you design incremental pulls (last modified date) and chunk requests into pages.
  • Data freshness: Even though the vendor markets APIs as “real time”, in practice refresh windows and processing delays mean you get data hours later. Most companies settle for near-real-time or daily refreshes.
  • Data model complexity: ERP back-ends are highly normalised and module-driven. Keys are inconsistent across modules (ex: emp ID in HCM vs. finance). That makes reconciliation work necessary downstream.
  • Hybrid extraction needed: No single path covers everything. Some data comes via APIs, some via scheduled bulk extracts, some via subject area reports. You need a central orchestration to blend them.

General lessons that apply no matter the ERP:

  • Do not rely on the ERP’s built-in reporting for analytics. Use it just to get the data out.
  • Expect to build a strong staging layer. This is where cleansing, reconciling keys, and harmonising modules happen.
  • Plan for change. ERP vendors update APIs and subject areas frequently. Pipelines need regression checks and flexibility.
  • Invest in orchestration. Whether ADF, Fabric pipelines, or another ETL tool, you need a single control point.
  • Buy vs build decision is key. If budget allows connectors from Fivetran, Informatica, etc. can save months of custom work.

Please 'Kudos' and 'Accept as Solution' if this answered your query.

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric 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.