Skip to content

Instantly share code, notes, and snippets.

@onesmartguy
Last active July 24, 2017 14:07
Show Gist options
  • Save onesmartguy/70e032797d99781008a16140ca6928bb to your computer and use it in GitHub Desktop.
Save onesmartguy/70e032797d99781008a16140ca6928bb to your computer and use it in GitHub Desktop.
Reporting Services Snippets

Set Parameter to today's date

=DateSerial(Year(Now()), Month(Now()), Day(Now()))

Begining of the year

=DateSerial(Year(Now()), "1", "1")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment