Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I'm trying to connect to a table in my TOOLKIT enviornment, which a specific WAVE and Oracle Target Enviornment (UAT). When I'm trying to load the table into PowerBI the error: Token Comma expected.
Does anybody know how to solve this problem? When I leave the query out, the table is just empty.
let
Query= BEGIN SOURCE.SET_CONTEXT_API.SET_CONTEXT[(WAVE, ALL)] END;
SELECT TARGET.SET_TARGET_ENV(UAT)
FROM DUAL; Bron = Oracle.Database("osl2286.dnvgl.com:1521/TOOLKIT", [HierarchicalNavigation=true]),
SOURCE = Bron{[Schema="SOURCE"]}[Data],
ABSENCE_BALANCES1 = SOURCE{[Name="ABSENCE_BALANCES"]}[Data]
in
ABSENCE_BALANCES1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.