Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I know that Direct Query can only be used with Oracle version 12 and above but I'm stuck with 11g. So, I'm trying to think of workarounds for this.
One method I can think is to upload the data to an intermediary supported database (like Azure) and then use Direct Query from there.
Another method is to to use linked servers from SQL Server though I'm sure whether this will work or not,
Any comments on the above approaches or are there any better workarounds?
Solved! Go to Solution.
@curious,
The above workarounds you mentioned are executable. You can upload Oracle data to Azure SQL database or on-premise SQL Server , then use DirectQuery in Power BI Desktop to connect to the SQL data source.
Moreover, if you want to use linked server, you can follow the guide in this similar thread to connect to the data source.
Regards,
Lydia
I have, in the past, used a simple workaround by renaming the 11 driver to the same as the 12 driver... it worked for a while.
@curious,
The above workarounds you mentioned are executable. You can upload Oracle data to Azure SQL database or on-premise SQL Server , then use DirectQuery in Power BI Desktop to connect to the SQL data source.
Moreover, if you want to use linked server, you can follow the guide in this similar thread to connect to the data source.
Regards,
Lydia
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.