Viewing 15 posts - 121 through 135 (of 399 total)
rebuilt model and not having this error anymore.
March 22, 2016 at 12:43 am
Hi Brian,
Questions about your formula.
First section:
Are you getting sum of [POS Units] for each level of the Calendar hierarchy? Is [POS Units] a measure or the name...
March 21, 2016 at 2:01 pm
Hi Brian,
Thanks for reply.
The pseudocode for what I need reads requires I used Lowest Logic instead of Measure:
IF(ISFILTERED ([Lowest Dimension Attr]), [Lowest Logic],
IF(ISFILTERED([Next Dimension Attr]), [Next Logic], etc.
))
EG.
=if(ISFILTERED(Resources[ResourceName]),...
March 21, 2016 at 10:44 am
solved. I double clicked on the error for 2 and it returned a window in which I defined granularity. Nice feature in SSAS to direct you to the item that...
February 15, 2016 at 5:32 pm
one last question:
So how to I process the 2014 cube so it can be edited? Is there an .sln version of it somewhere?
December 2, 2015 at 5:48 pm
Hey thanks a lot. Now I have AdventureWorks DW 2014 on the Database engine and Multidimensionalmodel backup restored to Analysis Services engine.
December 2, 2015 at 5:27 pm
OK. Then, since I'm using SQL Server 2014 and already have AdventureWorks2014 DW installed on the Database Engine, I've decided to download AdventureWorks 2014 Multidimensional Models from codeplex.
Surprise though.....When...
December 2, 2015 at 3:38 pm
one of 50 error messages I am getting is Cannot open database "AdventureWorksDW2012" requested by the login. The login failed.
I don't have AdventureWorksDW2012 installed on the Database Engine...
December 2, 2015 at 2:30 pm
I wonder what Alice B Toklas <edit> and Gertrude Stein would have to say about the semicolon?
December 2, 2015 at 9:05 am
I'm to the formatting part of the Redgate Manual.
EG. 'we need to decide what comprises a change in the nesting level that things get difficult'
So, thanks Luis and...
December 1, 2015 at 11:21 pm
Hi Grant, the red-gate SQL Server Team Based Development book I downloaded for free, Chapter 1, is very relevant to this topic....and very funny.
'Vowel Movement' referring to the practice of...
December 1, 2015 at 10:50 pm
Honestly, many more pressing issues and teams are not bothered to spend time on this topic, yet it is expected that queries are readable. Seriously, does any team really...
December 1, 2015 at 4:58 am
The links are very appreciated. I'll take a look
In my case the complaints have been about indentation and spacing akin to what one might expect from an outline for an...
November 30, 2015 at 9:38 am
Does that mean that #temp tables are constantly updated as other are updating the tables that it is referencing?
November 26, 2015 at 11:21 am
Viewing 15 posts - 121 through 135 (of 399 total)