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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
BrianPBI37QF
Frequent Visitor

Direct Query Oracle transformations

Hi all,
I am unable to create any transformations/applied steps (Ive tried very simple (Change type, fill down, etc) and more complex transformations such as (split column) with a Direct Query from an Oracle server":

 

 

 

 

 

let
    Source = Oracle.Database("XXX:1526/XXX", [CreateNavigationProperties=false]),
    Query1= Source{[Schema="XXXX",Item="XXXXX"]}[Data]
in
    Query1

 

 

 

 

 

 

 

 

But keep getting the following message, doesnt matter what transformation I do:

BrianPBI37QF_0-1688447397833.png

I am aware that some transformations is not supported by Direct Query but Im not aware that non can be applied.
Thanks!
John

1 REPLY 1
BA_Pete
Super User
Super User

Hi John,

 

While it may seem that the transformations you've tried are 'simple', Direct Query will only accept transformations that translate directly into the Source's native SQL.

Fill Down, for example, has no direct translation to an Oracle SQL function (as far as I'm aware). Additionally, changing data types to text and to integer tends to break folding on all SQL sources.

Try doing a simple Group By on your table (a function that has direct SQL equivalents in all SQL variants) and see how you get on. You can also try adding a new custom column that is just = "TEST". My guess is that both of these transformations will work fine.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 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.