Skip to content

Instantly share code, notes, and snippets.

@aabundez
Last active July 2, 2019 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aabundez/0fd5f0094d8d4455061ea042e4a28a8c to your computer and use it in GitHub Desktop.
Save aabundez/0fd5f0094d8d4455061ea042e4a28a8c to your computer and use it in GitHub Desktop.
This Power query invokes fn_Calendar.pq (https://gist.github.com/aabundez/06f6d3517631ed9e6ad05e8c00e79ba9)
let
Source = fn_Calendar(#date(2018, 8, 1), Date.From(DateTime.FixedLocalNow()), null)
in
Source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment