Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Last active April 10, 2017 09:53
Embed
What would you like to do?
Exporting data out of Power Query via AdoDb route
= Value.NativeQuery(
Sql.Database(".", "QueryPower"),
"INSERT INTO [dbo].[Demo] VALUES(@key,@value)",
[key=10,value="A"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment