Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created June 22, 2022 10:00
Show Gist options
  • Save Hugoberry/2dc546c38f9b0736a1a58dfda45a0f92 to your computer and use it in GitHub Desktop.
Save Hugoberry/2dc546c38f9b0736a1a58dfda45a0f92 to your computer and use it in GitHub Desktop.
Power Query attempt at decompiling a function call
t29
skippedInput = List.Skip(list,offset)
t28 = if (count = null)
then skippedInput
else List.FirstN(skippedInput,count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment