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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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.