Forum Discussion
relative file reference
- 10 years ago
Hm, strange.
Please try another split on _invdtl
Otherwise please try if the other option works (just to check if there isn't anything else to it here, or a bug)
You can either enable fast combine: https://support.office.com/en-us/article/Privacy-levels-Power-Query-cc3ede4d-359e-4b28-bc72-9bee7900b540
or split your query by checking step "Source" in the editor - rightclick your mouse and choose "Extract previous". This will create a separate query for the first steps. That way the query referencing external sources are separated from the one combining internal stuff and the message should go away.
Thanks so much for your help!! I tried it but I still get the same message?
Revised code...
let
lfile = Query2,
Source = Access.Database(File.Contents(lfile)),
_invdtl = Source{[Schema="",Item="invdtl"]}[Data]
in
_invdtl
- sshweky10 years agoHelper III
the split didn't work, but the privacy settings did. THANK YOU!!!!!!
- ImkeF10 years agoCommunity Champion
Hm, strange.
Please try another split on _invdtl
Otherwise please try if the other option works (just to check if there isn't anything else to it here, or a bug)
- apanichi8 years agoFrequent Visitor
Well, this realy help us to do something about the issue?