Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have done a Oracle Database Connection on Dataflow but the parameter of Time out is not working properly. I set my time out on 15 minutes but as the images attached below, the dataflow keep running anyway, until someone cancel the query, see:
My queries are like that:
let
Origem = Oracle.Database("XXX.XXX.XXX.XXX", [CommandTimeout = #duration(0, 0, 15, 0),ConnectionTimeout=#duration(0, 0, 15, 0), Query = "SELECT#(lf)#(lf)CODMOD, CODDER, AVG (PRDQTD) AS ""PRDQTD""#(lf)#(lf)FROM#(lf)#(lf)E700CTM#(lf)#(lf)GROUP BY CODMOD, CODDER", HierarchicalNavigation = true])
in
Origem
Do someone know how to solve that? I need that this query just stop and give me the error after the time specified.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.