Created
April 27, 2015 10:48
-
-
Save mayrund/4c8af40d3a7fc863916b to your computer and use it in GitHub Desktop.
SSAS Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SSAS snippet | |
=dateadd("q",datepart("q",today())-1,CDate("1/1/" & today().year)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SSAS | |
=dateadd("d",-1,dateadd("q",datepart("q",today()),CDate("1/1/" & today().year))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment