Viewing 15 posts - 76 through 90 (of 294 total)
Am I confusing expressions with Queries here ?
Quote from BOL
"DAX expressions cannot be used where an MDX expression is required and vice versa."
February 6, 2014 at 11:56 pm
Great question, took me back to the library
February 6, 2014 at 8:05 pm
Never mind folks.. resolved. It was not the service account that sql runs under that he used rather an application specific - Vcenter - which he is the app owner...
February 6, 2014 at 7:59 pm
Nice question, new tool for me.
Thanks
January 29, 2014 at 12:54 am
bitbucket-25253 (1/26/2014)
Koen Verbeeck (1/26/2014)
2 points for such an easy question. W00t! 😎 :w00t:+2
January 27, 2014 at 4:30 pm
Interesting QotD thanks.
January 22, 2014 at 11:24 pm
Hashbrowns, HASHBYTES, Hashish its all the same 😛
Nice question and explanation. Thanks
January 20, 2014 at 11:34 pm
Thanks for the heads up Jeff, how would you tackle it then ?
January 19, 2014 at 5:24 pm
Had to do some digging for this one - nice question thanks.
January 15, 2014 at 8:59 pm
Refined and resolved !!!
Thanks for all your input.
This is the working query.
SELECT
YEAR(CAST (a.ENDDATE AS DATETIME)),
MONTH(CAST (a.ENDDATE AS DATETIME)),
(
SELECT
...
January 15, 2014 at 4:31 pm
Viewing 15 posts - 76 through 90 (of 294 total)