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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
i would like to know Direct Query main advantages and disadvantages, when connecting to an Oracle data base.
Also: is it possible to create row level security with this "connection" method?
Regards
Solved! Go to Solution.
Hey,
basically the advantage of direct query is that you don't have to care about the size of the dataset meaning the size of the database you are direclty connecting to and of course - the data is more current, because the import of data is not a part of analytical pipeline.
The price you pay, you can't add columns using DAX to create "calculated columns", you just can add meausres.
Performance is not as good as with a dedicated Analysis Services model, either from within Power BI Desktop / Power BI Service or from Analysis Services / Azure Analysis Services using "live connection".
You can implement RLS against direct query connections, but actually I do not know if this is supported for Oracle.
As far as i know, MSFT is working on SSO support through the on-premises gateway for oracle (also not sure if this feature is currently in preview or will come, or maybe already is GA). I was talking with someone from MSFT during the MSFT Business. Application Summit). If this will be supported, you can also add your own kind of RLS direct in your oracle databae.
Regards,
Tom
Hey,
basically the advantage of direct query is that you don't have to care about the size of the dataset meaning the size of the database you are direclty connecting to and of course - the data is more current, because the import of data is not a part of analytical pipeline.
The price you pay, you can't add columns using DAX to create "calculated columns", you just can add meausres.
Performance is not as good as with a dedicated Analysis Services model, either from within Power BI Desktop / Power BI Service or from Analysis Services / Azure Analysis Services using "live connection".
You can implement RLS against direct query connections, but actually I do not know if this is supported for Oracle.
As far as i know, MSFT is working on SSO support through the on-premises gateway for oracle (also not sure if this feature is currently in preview or will come, or maybe already is GA). I was talking with someone from MSFT during the MSFT Business. Application Summit). If this will be supported, you can also add your own kind of RLS direct in your oracle databae.
Regards,
Tom
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.