<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://prologika.com/CS/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Applied Microsoft Analysis Services 2005</title><link>http://prologika.com/CS/forums/5.aspx</link><description>&lt;TABLE cellPadding=10&gt;
&lt;TBODY&gt;
&lt;TR vAlign=top&gt;
&lt;TD style="WIDTH: 75px"&gt;&lt;IMG class=imageshadow alt="Applied Microsoft Analysis Services 2005 and Microsoft Business Intelligence Platform" src="http://prologika.com/cs/forums/images/amas.gif" width=75 border=0&gt; &lt;/TD&gt;
&lt;TD style="WIDTH: 100%" align=left&gt;A moderated forum for questions related to the Teo Lachev’s book &lt;A href="http://www.prologika.com/Books/0976635305/Book.aspx" target=_blank&gt;Applied Microsoft Analysis Services 2005&lt;/A&gt;. In case you haven’t purchased this book, please post your questions about Microsoft SQL Server Analysis Services to the public discussion &lt;A href="http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.sqlserver.olap&amp;amp;lang=en&amp;amp;cr=US" target=_blank&gt;newgroup&lt;/A&gt; or &lt;A href=" http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/threads/" target=_blank&gt;forum&lt;/A&gt;. Thank you for respecting my readers and my time!&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>OLAPQueryLog - Unable to run Aggregation usage wizard</title><link>http://prologika.com/CS/forums/thread/4757.aspx</link><pubDate>Thu, 02 Sep 2010 18:39:02 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4757</guid><dc:creator>rambal</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4757.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4757</wfw:commentRss><description>&lt;p&gt;Hi Teo, I took your SSAS online class last month, from SAIF corporation&lt;/p&gt;
&lt;p&gt;I have a wealth of data in this table OLAPQueryLog from the SSAS queries in production.&lt;/p&gt;
&lt;p&gt;I tried to create a new project in BIDS with datasources pointing to TEST server, but the SSAS service pointing to the production OLAP query table.&lt;/p&gt;
&lt;p&gt;However when I run the Aggregation usage wizard in BIDS , I get &lt;/p&gt;
&lt;p&gt;&amp;quot;There are no queries in the log for selected measure group.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Question - how can I run Aggregation usage wizard&amp;nbsp; against production OLAPquerylog data while in BIDS connected to a test/dev server?&lt;/p&gt;
&lt;p&gt;I am nervous about connecting directly to the production SSAS database and running the OLAP design usgae wizard&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ramesh Bala&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Suppressing Small values</title><link>http://prologika.com/CS/forums/thread/4737.aspx</link><pubDate>Thu, 26 Aug 2010 06:14:40 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4737</guid><dc:creator>Acius</dc:creator><slash:comments>2</slash:comments><comments>http://prologika.com/CS/forums/thread/4737.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4737</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to suppress small values for a measure.&lt;/p&gt;
&lt;p&gt;Using a scope and format string appears to work&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#008000;"&gt;
&lt;p&gt;Scope ([Measures].[Actual]);&lt;/p&gt;
&lt;p&gt;format_string(This)=IIf( [Measures].[Actual]&amp;lt;5,&amp;quot;LT 5&amp;quot;,&amp;quot;#,#&amp;quot;);&lt;/p&gt;
&lt;p&gt;END SCOPE;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;but the users can get at the real values from the client by hovering and waiting for the tool tip.&lt;/p&gt;
&lt;p&gt;If I replace the value&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#008000;"&gt;
&lt;p&gt;Scope ([Measures].[Actual]);&lt;/p&gt;
&lt;p&gt;This=IIf( [Measures].[Actual]&amp;lt;5,NULL,[Measures].[Actual]);&lt;/p&gt;
&lt;p&gt;END SCOPE;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The measure is aggregating up the hierarchies so the values at higher levels are incorrect.&lt;/p&gt;
&lt;p&gt;One of the hierarchies is parent-child so the level the measure hits the limit can vary. &lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SCD 2 and Attribute relations.</title><link>http://prologika.com/CS/forums/thread/4690.aspx</link><pubDate>Sun, 08 Aug 2010 18:28:52 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4690</guid><dc:creator>vovasurkov</dc:creator><slash:comments>4</slash:comments><comments>http://prologika.com/CS/forums/thread/4690.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4690</wfw:commentRss><description>&lt;p&gt;Hi Teo.&lt;br /&gt;I have some problems with SCD 2 and Attribute relations.&lt;br /&gt;&lt;br /&gt;We have &lt;br /&gt;ScdProductId&amp;nbsp;&amp;nbsp; &amp;nbsp;AlternateProductId&amp;nbsp;&amp;nbsp; &amp;nbsp;SubCategory&amp;nbsp;&amp;nbsp; &amp;nbsp;Category&lt;br /&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;50&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bread &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;food&lt;br /&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;100&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;milk&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;food&lt;br /&gt;And we have attribute relationship:&lt;br /&gt;ScdProductId -&amp;gt; AlternateProductId -&amp;gt; SubCategory -&amp;gt; Category&lt;br /&gt;&lt;br /&gt;AlternateProductId many to one SubCategory/&lt;br /&gt;&lt;br /&gt;And we have one new row ScdProductId = 3 &amp;nbsp;&lt;br /&gt;&lt;br /&gt;ScdProductId&amp;nbsp;&amp;nbsp; &amp;nbsp;AlternateProductId&amp;nbsp;&amp;nbsp; &amp;nbsp;SubCategory&amp;nbsp;&amp;nbsp; &amp;nbsp;Category&lt;br /&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;50&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bread &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;food&lt;br /&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;100&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;milk&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;food&lt;br /&gt;3&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;100&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;drink&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;food&lt;br /&gt;&lt;br /&gt;AlternateProductId is the same = 100 but SubCategory has changed.&lt;br /&gt;&lt;br /&gt;After changing we get Error&lt;br /&gt;&amp;ldquo;A duplicate attribute key has been found when processing: Column: &amp;#39;AlternateProductId , Value: 100&amp;rdquo;.&lt;br /&gt;&lt;br /&gt;AlternateProductId have two different parents milk and drink it is wrong &lt;br /&gt;because of attribute relationship AlternateProductId -&amp;gt; SubCategory. (many to one ).&lt;br /&gt;&lt;br /&gt;I see than in Product Dimension in the Adventure Works we haven&amp;rsquo;t AlternateProductId at all.&lt;br /&gt;And we don&amp;rsquo;t get such Errors. But we also haven&amp;rsquo;t possibility to group sales by AlternateProductId(this is requirement of our project)&lt;br /&gt;&lt;br /&gt;What is the best way of modeling (Especially attribute relationship and hierarchy)&lt;br /&gt;&amp;nbsp;in this case ?.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Issues implementing many-to-many currency conversion</title><link>http://prologika.com/CS/forums/thread/4644.aspx</link><pubDate>Fri, 23 Jul 2010 10:03:00 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4644</guid><dc:creator>Sandy</dc:creator><slash:comments>5</slash:comments><comments>http://prologika.com/CS/forums/thread/4644.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4644</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am relatively new to Analysis Services and am having some issues implementing many-to-many currency conversion in SSAS 2005. &lt;/p&gt;
&lt;p&gt;I have created a &amp;quot;proof of concept&amp;quot; solution (with core components based upon the solution in Teo&amp;#39;s book &amp;quot;Applied Microsoft Analysis Services 2005&amp;quot;) which seems to confirm that the proposed architecture delivers the functionality we require.&lt;/p&gt;
&lt;p&gt;However I have noticed that when the same components are integrated into our development solution (where there is a larger number of dimensions, currencies and rates, etc) there are certain scenarios where building queries through the cube browser causes the Analysis Services process to consume a large amount of memory and hang the machine until such a point that the process is restarted. The same queries seem to function as expected whenever the currency conversion MDX is commented out from the cube.&lt;/p&gt;
&lt;p&gt;I have a couple of questions that I was looking for some advice on:&lt;/p&gt;
&lt;p&gt;1) The issues I have encountered is making me question whether the goal I am trying to achieve is actually functionally correct.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;To support currency conversion I have created and populated three tables:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;em&gt;DimCalendar&lt;/em&gt; - holding date records on a day granuraity&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;em&gt;DimCurrency&lt;/em&gt; - holding currencies supported in our application&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;em&gt;FactCurrencyRate&lt;/em&gt; - holding conversion rates per currency per calendar date.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;Currently we have multiple dimensions which have financial values associated with them (stored in the relevant fact tables).&amp;nbsp;&lt;br /&gt;Each fact table contains a CurrencyKey and numerous date keys, one of which is the &amp;#39;date created&amp;#39;.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;I am attempting to convert the financial values for each fact to a currency specified by the user based upon the rate corresponding to the &amp;#39;date created&amp;#39;.&lt;br /&gt;&lt;strong&gt;Does this sound logical/correct?&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;I looked at the Adventure Works solution and it has a similar architecture where each Sales fact table has an OrderDateKey.&lt;/p&gt;
&lt;p&gt;2) The issue seems to be caused whenever I try and report on any date from the fact table other than the &amp;#39;date created&amp;#39;.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;In looking at a possible cause I stripped out a large number of the unused entries in the FactCurrencyRate table and this did seem to cause the issue to be rectified. However I believe that this may just be indicating that&amp;nbsp;the MDX is incorrect or I haven&amp;#39;t configured the Dimension Usage correctly.&lt;br /&gt;&lt;strong&gt;Have you any advice on how I can best set about tracking down the possible cause?&lt;br /&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Sandy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>OWC dynamic pivot charts </title><link>http://prologika.com/CS/forums/thread/4383.aspx</link><pubDate>Thu, 22 Apr 2010 15:41:52 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4383</guid><dc:creator>mial14</dc:creator><slash:comments>12</slash:comments><comments>http://prologika.com/CS/forums/thread/4383.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4383</wfw:commentRss><description>&lt;p&gt;Hi Teo&lt;/p&gt;
&lt;p&gt;I have the&amp;nbsp;following issue which is in a way related to my previous post: A similar situation that you solved on Ch19 solution, Interative Reporter application , page 645 in your book.&lt;/p&gt;
&lt;p&gt;I have just a windows form app. with four tab pages : 3 different pivot tables on the first three tab pages and now I have to dynamically load a chart report based on my last pivot tabel (pivottabel3).&lt;/p&gt;
&lt;p&gt;1) Did you set a chart at design time on your tabchart ? If yes, how ? My attempt to load from the COM tab fails .&lt;/p&gt;
&lt;p&gt;2) I use your LoadChart() . But When I run the first time it gets an exception on line:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;"&gt;&lt;font size="2"&gt;
&lt;p&gt;ChartSpace.DisplayFieldList = &lt;/p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;True and I really do not understand why. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;3) If I close the debugger and run again and again it , I did not get any exception more, the code runs, but there is no chart displayed on my tab page.&amp;nbsp;Can you please help me find out why the chart is not displayed.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;Thank you again a lot for your answers.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;Best regards,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;&lt;span style="font-size:x-small;color:#0000ff;"&gt;Mihai&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>An untraditional way of datamart modelling</title><link>http://prologika.com/CS/forums/thread/4552.aspx</link><pubDate>Fri, 11 Jun 2010 19:34:44 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4552</guid><dc:creator>mial14</dc:creator><slash:comments>1</slash:comments><comments>http://prologika.com/CS/forums/thread/4552.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4552</wfw:commentRss><description>&lt;p&gt;Hi Teo&lt;/p&gt;
&lt;p&gt;I was&amp;nbsp;presented with an &amp;#39;untraditional&amp;#39; approach of building a dimensional data model for a cube.&lt;/p&gt;
&lt;p&gt;That is why I try to briefly present it to you and like to &amp;#39;hear&amp;#39; whether you have or had knowledge about it and all in all how you find it. I will exemplify with just a fact table Fact1 and a Date dimension but imagine the &amp;#39;extension&amp;#39; applying for all your dimensions and fact tables.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1) Let&amp;#39;s say you have a Date table with just one column [datetime] type [datetime] ( clustered index on it ) and a fact table Fact1 with two columns a DateKey and Measure1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;2) You create a Keys table with a statement like : CREATE TABLE [dbo].[Keys]( [sk_key] [int] IDENTITY(1,1) NOT NULL, [Dimension] [nvarchar] (50) NOT NULL, [Attribute] [nvarchar] (50) NOT NULL, [AttributeValue] [nvarchar] (250) NULL, [ValidFrom] [int] NULL, [ValidTo] [int] NULL ) ON [PRIMARY] &lt;/p&gt;
&lt;p&gt;You create a clustered index covering all columns and an nonclusted index on sk_key. The Keys table will contain all the attributes and their values for all dimensions and a track of their changes in order to support evt. SCD type2 dimensions. You find a way - by writing a stored procedure - to populate the keys table for all your dimensions and adapt your ETL flows to &amp;#39;target&amp;#39; this table. &lt;/p&gt;
&lt;p&gt;3) Your dimensions will be based on views which basically join the &amp;#39;background&amp;#39; table with the keys table or are entirely based on the &amp;#39;background&amp;#39; table. For the Date dimension the view may look like : CREATE VIEW [dbo].[DateView] AS SELECT cast (convert(nvarchar, [datetime], 112) as int) as DateKey, convert (nvarchar, [datetime], 112) as DateName, case when DATEPART(D, [datetime]) &amp;lt; 10 then &amp;#39;0&amp;#39; + DATENAME(D, [datetime]) else DATENAME(D, [datetime]) end as DateShortName, etc. , etc, etc...... from dbo.Date &lt;/p&gt;
&lt;p&gt;but for an Organisation dimension the statement may look like : CREATE view [dbo].[EmployeeView] as select k1.sk_key as EmployeeKey, d.EmployeeName, d.EmployeeBnr, d.EmployeeTitle, k2.sk_key as EmployeeGroupKey, EmployeeGroup from Employee d inner join Keys k1 on d.EmployeeBnr=rtrim(k1.AttributeValue) inner join Keys k2 on d.EmployeeGroup=rtrim(k2.AttributeValue) where k1.Dimension=&amp;#39;Employee&amp;#39; and k1.Attribute = &amp;#39;EmployeeBnr&amp;#39; and k1.Dimension = &amp;#39;Employee&amp;#39; and k2.Attribute = &amp;#39;EmployeeGroup&amp;#39; &lt;/p&gt;
&lt;p&gt;4) You are almost done. You add to the Data source view all the views you created - one for each &amp;#39;dimension&amp;#39; table - DataView in our example- and the fact tables - Fact1 in our example - as well. &lt;/p&gt;
&lt;p&gt;Have you seen this approach before ? If yes, please link me to the source of information. Can you see pros and cons ? Will you considere using it ? &lt;/p&gt;
&lt;p&gt;Thank you a lot for your feedback . &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Mihai&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Time Dimension</title><link>http://prologika.com/CS/forums/thread/4460.aspx</link><pubDate>Wed, 19 May 2010 10:08:26 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4460</guid><dc:creator>sash56</dc:creator><slash:comments>4</slash:comments><comments>http://prologika.com/CS/forums/thread/4460.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4460</wfw:commentRss><description>&lt;p&gt;Hi Teo, I am trying to work on 2008 AS using your AS 2005 book. ( Since you have ignored a million requests from&amp;nbsp; us to write AS 2008 book  :)  &lt;a title="Big Smile - &lt;img src="http://prologika.com/CS/emoticons/emotion-2.gif" alt="Big Smile" /&gt;"&gt;&lt;img src="http://prologika.com/CS/forums/emoticons/emotion-2.gif" border="0" width="19" height="19" alt="" /&gt;&lt;/a&gt;&amp;nbsp; )&amp;nbsp;   So far its good but i have been stuck now at one point and need your help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to create the&amp;nbsp; SOS cube ( chapter 3)&amp;nbsp; and i am unable to find the &amp;quot; selecting Time Dimensions&amp;quot; and &amp;quot; time Table Mappings&amp;quot; &amp;nbsp; in the wizard when i am trying to create&amp;nbsp; the&amp;nbsp; cube. Therefore i am unable to configure the Date Dimension as suggested by you in the book.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this something different in AS 2008?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Can you please help and explain how best i can go about with this issue?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Applied Analysis Services 2008 Online Class on May 17th</title><link>http://prologika.com/CS/forums/thread/4436.aspx</link><pubDate>Thu, 06 May 2010 12:58:54 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4436</guid><dc:creator>Teo Lachev</dc:creator><slash:comments>0</slash:comments><comments>http://prologika.com/CS/forums/thread/4436.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4436</wfw:commentRss><description>&lt;p class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Arial;color:#444444;font-size:xx-small;"&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;, &amp;#39;sans-serif&amp;#39;;color:#444444;font-size:9pt;"&gt;&lt;span style="color:#000000;"&gt;There is still time to register! Join Teo Lachev as he presents his online &lt;strong&gt;&lt;span style="color:red;"&gt;Applied Analysis Services 2008&lt;/span&gt;&lt;/strong&gt; course on &lt;strong&gt;&lt;span style="color:red;"&gt;May 17th&lt;/span&gt;&lt;/strong&gt;. No travel, no hotel expenses, just 100% content delivered right to your desktop! This intensive 3-day online class (14 training hours) teaches you the knowledge and skills to master Analysis Services to its fullest. Use the opportunity to ask questions and learn best practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;color:#444444;font-size:xx-small;"&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;, &amp;#39;sans-serif&amp;#39;;color:#444444;font-size:9pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Arial;color:#444444;font-size:xx-small;"&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;, &amp;#39;sans-serif&amp;#39;;color:#444444;font-size:9pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&lt;span style="font-size:11pt;"&gt;&lt;a target="_blank" href="http://www.prologika.com/training/training.aspx"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="font-family:Arial;color:#43606f;font-size:small;"&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;, &amp;#39;sans-serif&amp;#39;;color:#43606f;font-size:12pt;font-weight:bold;mso-bidi-font-weight:normal;"&gt;For more information or to register click here!&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Retrieve field values from owc pivot table</title><link>http://prologika.com/CS/forums/thread/4376.aspx</link><pubDate>Wed, 21 Apr 2010 14:39:23 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4376</guid><dc:creator>mial14</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4376.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4376</wfw:commentRss><description>&lt;p&gt;Hi Teo&lt;/p&gt;
&lt;p&gt;I&amp;#39;m developing an an application that uses owc pivot table on a windows form and that reminds of Writeback demo application you wrote.( The pivot table has a cube as a data source. The cube has some actions, which I try to retrieve and execute some update cube statements.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1) My problem is, that I do not know how I can retrieve the values for the members used for filtering : Imagine that I have an attribute hierarchy [Dim Date].[Day Name Of Week] in the filter pane whose value is checked to Friday. How can I retrieve the unique member name for that member, that is:[Dim Date].[Day Name Of Week] &amp;amp;[Friday]. I tried different solutions and I found out that by using : ( cell is declared as PivotCell) cell.Data.FilterAxis.FieldSets.Item(0).Member.UniqueName I got [Dim Date].[Day Name Of Week][All] and the same by using DefaultMember in stead of Member. &lt;/p&gt;
&lt;p&gt;2) If I have more than one field on rows or columns how can I retrieve them ? I can only retrieve one by using cell.RowMember.UniqueName like you did. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you a lot for your answer. &lt;/p&gt;
&lt;p&gt;Best regards, Mihai&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>date picker param in SSRS report off a cube</title><link>http://prologika.com/CS/forums/thread/1069.aspx</link><pubDate>Mon, 17 Apr 2006 20:45:45 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:1069</guid><dc:creator>furmangg</dc:creator><slash:comments>13</slash:comments><comments>http://prologika.com/CS/forums/thread/1069.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=1069</wfw:commentRss><description>&lt;p&gt;&lt;font face=Arial size=2&gt;Teo-&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Have you had any luck creating a report param which uses the date picker and feeds info to an MDX query? Here's as far as I got...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;1. Using the MDX query designer for your main query, define a date parameter.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;2. Edit the report parameter it created. Make it DateTime type. Don't query the database. Uncheck multi-value. Default it to null.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;3. Delete the extra dataset it created which would have driven the date parameter.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;4. Edit the query parameter and write an expression which converts the DateTime from the parameter into an MDX member name... such as:&lt;br /&gt;="[Date].[Date].&amp;amp;[" &amp;amp; Year(Parameters!DateDate.Value) &amp;amp; Right("0" &amp;amp; Month(Parameters!DateDate.Value),2) &amp;amp; Right("0" &amp;amp; Day(Parameters!DateDate.Value),2) &amp;amp; "]"&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;All that works fine. However, now go add a field to your main dataset and report designer trashes all the work you've just done. (Don't you hate it when tools think they're smarter than you!)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Is there any way you know of to tell SSRS not to mess with a particular query/report parameter again? Or is there another way you could think of to use the date picker with report on a cube?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial size=2&gt;Thanks!&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Scope All except ROOT</title><link>http://prologika.com/CS/forums/thread/4325.aspx</link><pubDate>Tue, 30 Mar 2010 07:14:44 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4325</guid><dc:creator>Acius</dc:creator><slash:comments>1</slash:comments><comments>http://prologika.com/CS/forums/thread/4325.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4325</wfw:commentRss><description>&lt;p&gt;Is there an efficient way to scope all members of a dimension (for all hierarchies) ?&lt;/p&gt;
&lt;p&gt;i.e. the dimension has a lot of attributes and hierarchies and is likely to change so would like to avoid listing all attributes and hierarchies&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;something like&lt;/p&gt;
&lt;p&gt;Scope ([Dim1]-ROOT([Dim1]));&lt;/p&gt;
&lt;p&gt;Scope [Measures].[Hideme];&lt;/p&gt;
&lt;p&gt;Format_string(this)=&amp;quot; &amp;quot;;&lt;/p&gt;
&lt;p&gt;End Scope;&lt;/p&gt;
&lt;p&gt;End Scope;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SSAS 2008R2 vs PowerPivot - business capabilities / value proposition</title><link>http://prologika.com/CS/forums/thread/4317.aspx</link><pubDate>Mon, 22 Mar 2010 21:18:35 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4317</guid><dc:creator>harshb</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4317.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4317</wfw:commentRss><description>&lt;p&gt;&lt;span class="Apple-style-span" style="widows:2;text-transform:none;text-indent:0px;border-collapse:separate;font:medium &amp;#39;Times New Roman&amp;#39;;white-space:normal;orphans:2;letter-spacing:normal;color:#000000;word-spacing:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px;"&gt;
&lt;div&gt;I have a question regarding your blog post on SSAS wish list.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://prologika.com/CS/blogs/blog/archive/2009/12/07/analysis-services-top-10-wish-list.aspx" style="color:#2a5db0;"&gt;http://prologika.com/CS/blogs/blog/archive/2009/12/07/analysis-services-top-10-wish-list.aspx&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;You mention here that&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&amp;quot;the business problems that I solve with UDM exceed by far Gemini&amp;#39;s capabilities.&amp;quot;&lt;/b&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Would it possible for you to give examples of such business problems? &lt;br /&gt;&lt;/div&gt;
&lt;div&gt;The&amp;nbsp;few main things I can point out are: security, manageability, hierarchy creation&amp;nbsp;and scalability. &lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Any suggestion on the business problem solving capability differences you have would be very useful!! Any calculation capability differences that you know of? &amp;nbsp;What can SSAS do that Excel-PowerPivot can&amp;#39;t? &lt;/div&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MDX: Is there something like an "IN" operator I can use when filtering by member properties?</title><link>http://prologika.com/CS/forums/thread/4304.aspx</link><pubDate>Tue, 16 Mar 2010 23:25:24 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4304</guid><dc:creator>wgpubs</dc:creator><slash:comments>7</slash:comments><comments>http://prologika.com/CS/forums/thread/4304.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4304</wfw:commentRss><description>&lt;p&gt;Hi Teo,&lt;/p&gt;
&lt;p&gt;What I&amp;#39;m trying to accomplish looks something like this (though &amp;quot;this&amp;quot; aint working). &amp;nbsp;Hopefully the idea is clear though:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;with&amp;nbsp;set [Filtered Groups] as&lt;br /&gt;filter ([Group].[Group Hierarchy].allmembers , &lt;br /&gt;[Group].[Group Hierarchy].Properties( &amp;quot;Group Full Name&amp;quot; ) = STRTOSET(@CustomSet))&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;... where @CustomSet is a string that looks like:&lt;br /&gt;&amp;#39;{[Group].[Group Full Name].&amp;amp;[1 - Group A],&amp;nbsp;&amp;#39;[Group].[Group Full Name].&amp;amp;[2 - Group B] ... }&amp;#39;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is this possible? &amp;nbsp;If so ... what exactly is the syntax?&lt;/p&gt;
&lt;p&gt;Thanks -wg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't figure out why this query is so slow </title><link>http://prologika.com/CS/forums/thread/4286.aspx</link><pubDate>Tue, 09 Mar 2010 23:18:15 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4286</guid><dc:creator>wgpubs</dc:creator><slash:comments>7</slash:comments><comments>http://prologika.com/CS/forums/thread/4286.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4286</wfw:commentRss><description>&lt;p&gt;This is probably easier to explain in pictures so ...&lt;/p&gt;
&lt;p&gt;1. I have a QuestionAnswer dimension (hooks into a fact table for analyzing survey data) that looks like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prologika.com/CS/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-1.png"&gt;&lt;img src="http://prologika.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-1.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prologika.com/CS/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-2.png"&gt;&lt;img src="http://prologika.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-2.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. But when I try to use the &amp;quot;Ans Value&amp;quot; member from the Question Answer dimension as pictured in the report below it takes ~ 60 seconds for the report to finish (whereas if I don&amp;#39;t include it it runs in &amp;lt; 1 second). &amp;nbsp;My question is ... WHY????&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prologika.com/CS/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-3.png"&gt;&lt;img src="http://prologika.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-3.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;As an alternate solution I tried throwing in a calculated member defined as such:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prologika.com/CS/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-4.png"&gt;&lt;img src="http://prologika.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-4.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This *almost* works except that I now get a totally unrelated row that shouldn&amp;#39;t be there given my constraints when I include this calculated member. &amp;nbsp;If I don&amp;#39;t include it ... then I get the expected rows. &amp;nbsp;See ...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://prologika.com/CS/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-5.png"&gt;&lt;img src="http://prologika.com/CS/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/Picture-5.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help would be appreciated. &amp;nbsp;This is probably something stupid that I&amp;#39;m overlooking ... but after a few hours I&amp;#39;m just not getting it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks -wg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>New features in SQL 2008 R2 BIDS</title><link>http://prologika.com/CS/forums/thread/4297.aspx</link><pubDate>Sat, 13 Mar 2010 09:28:48 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4297</guid><dc:creator>Abdul Hai Al-Atassi</dc:creator><slash:comments>2</slash:comments><comments>http://prologika.com/CS/forums/thread/4297.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4297</wfw:commentRss><description>&lt;p&gt;Dear Sir,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I installed SQL Server 2008 R2 to have some exercises on SSAS 2008. I found that it seems that there are some changes between what I have in my book examples (SSAS 2008)&amp;nbsp; and what in DIBS 2008 R2, especially in Aggregations and Partitions tabs in Cube Design. Is that right?&lt;/p&gt;
&lt;p&gt;Please advice, and if there is some materials about &amp;#39;What&amp;#39;s New&amp;#39; in BIDS 2008 R2 in details.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Use a DisplayOrder attribute for multiple Attributes in a Dimension?</title><link>http://prologika.com/CS/forums/thread/4293.aspx</link><pubDate>Thu, 11 Mar 2010 23:06:41 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4293</guid><dc:creator>wgpubs</dc:creator><slash:comments>1</slash:comments><comments>http://prologika.com/CS/forums/thread/4293.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4293</wfw:commentRss><description>&lt;p&gt;This was working in ssas 2005 ... but not in ssas 2008 where i changed my error config so that i no longer ignore duplicate key exceptions.&lt;/p&gt;
&lt;p&gt;My Dimension looks like this: &amp;nbsp;&lt;/p&gt;
&lt;p&gt;QuestionAnswer (dim key)&lt;br /&gt;AnsLabel&lt;br /&gt;AnsValue&lt;br /&gt;DisplayOrder&lt;/p&gt;
&lt;p&gt;AnsLabel, AnsValue and DisplayOrder are related directly to the dimension key. &amp;nbsp;However, I&amp;#39;d like to use the DisplayOrder to order not just the QuestionAnswer attribute ... but also AnsLabel and AnsValue.&lt;/p&gt;
&lt;p&gt;Unfortunately, whenever I adjust the relationships so that DisplayOrder is related to QuestionAnswer, AnsLabel and AnsValue (so that I can use it for ordering) ... I now get duplicate key exceptions.&lt;/p&gt;
&lt;p&gt;Any ideas on how to resolve?&lt;/p&gt;
&lt;p&gt;Thanks -wg&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to create "composite" KPI?</title><link>http://prologika.com/CS/forums/thread/4278.aspx</link><pubDate>Mon, 08 Mar 2010 15:09:52 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4278</guid><dc:creator>light_wt</dc:creator><slash:comments>1</slash:comments><comments>http://prologika.com/CS/forums/thread/4278.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4278</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A company&amp;nbsp;has several stores. so, the requirement is to show the KPI based on&lt;/p&gt;
&lt;p&gt;1) KPI of income of the company as a whole &lt;/p&gt;
&lt;p&gt;2) KPI of income the store as a percentage of the company.&amp;nbsp;&amp;nbsp; And each store KPI has its own percentage to use red/yellow/green.&lt;/p&gt;
&lt;p&gt;Greatly appreciate for samples. &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Migrated SSAS database to a VMWare virtual machine and queries are slloooooowwww</title><link>http://prologika.com/CS/forums/thread/4271.aspx</link><pubDate>Fri, 05 Mar 2010 02:45:00 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4271</guid><dc:creator>wgpubs</dc:creator><slash:comments>2</slash:comments><comments>http://prologika.com/CS/forums/thread/4271.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4271</wfw:commentRss><description>&lt;p&gt;Hi Teo,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if it has something to do with having migrated my 2005 project to 2008 ... or having moved my olap db to a virtual machine ... BUT queries which ran fairly fast are now really really slow. &amp;nbsp;So a few questions:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;Are there changes in SSAS 2008 that might have a negative effect on MDX queries that worked fine in 2005?&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Are there particulars I should consider when hosting my SSAS db on a virtual machine that will help increase performance? &amp;nbsp;The whole VM environment runs on a substantial SAN and the operations team managing is open to suggestions.&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;Any recommendations on how to figure out what the bottleneck is? &amp;nbsp;Like I said, it could be the query ... it could be the VM ... I dunno.&lt;/p&gt;
&lt;p&gt;Here is one such query as an example (sorry if it sucks as I&amp;#39;m no MDX guru):&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;b&gt;SELECT&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; NON EMPTY {&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Measures].[Average],&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Measures].[Top Bottom Ratio],&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Measures].[Answer Count]&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; } ON COLUMNS,&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; NON EMPTY {&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Survey].[Survey Year].[Survey Year].ALLMEMBERS *&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Question Answer].[Question Number].[Question Number].ALLMEMBERS *&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Question Answer].[Question Report Abbr].[Question Report Abbr].ALLMEMBERS *&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {[Question Category].[Question Category].&amp;amp;[&lt;/b&gt;&lt;span&gt;&lt;b&gt;1]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Question Category].[Question Category].&amp;amp;[&lt;/b&gt;&lt;span&gt;&lt;b&gt;2]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Question Category].[Question Category].&amp;amp;[&lt;/b&gt;&lt;span&gt;&lt;b&gt;3]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Question Category].[Question Category].&amp;amp;[&lt;/b&gt;&lt;span&gt;&lt;b&gt;4]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } *&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (filter([Group].[Group Hierarchy].ALLMEMBERS&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Group].[Group Hierarchy].Properties(&lt;/b&gt;&lt;span&gt;&lt;b&gt;&amp;quot;Group Full Name&amp;quot;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;) = strtomember(@GroupGroupFullName).MemberValue))&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;FROM (&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; SELECT ( STRTOSET(@ResponseStatusResponseStatus, CONSTRAINED) ) ON COLUMNS&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; FROM (&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SELECT ( STRTOSET(@QuestionAnswerAnsLabel, CONSTRAINED) ) ON COLUMNS&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FROM (&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SELECT ( STRTOSET(@SurveySurveysByYear, CONSTRAINED) ) ON COLUMNS&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FROM [SysSurveyDW])))&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHERE (&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; IIF( STRTOSET(@SurveySurveysByYear, CONSTRAINED).Count = &lt;/b&gt;&lt;span&gt;&lt;b&gt;1&lt;/b&gt;&lt;/span&gt;&lt;b&gt;,&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; STRTOSET(@SurveySurveysByYear, CONSTRAINED), [Survey].[Surveys By Year].currentmember ),&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; IIF( STRTOSET(@QuestionAnswerAnsLabel, CONSTRAINED).Count = &lt;/b&gt;&lt;span&gt;&lt;b&gt;1&lt;/b&gt;&lt;/span&gt;&lt;b&gt;,&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; STRTOSET(@QuestionAnswerAnsLabel, CONSTRAINED), [Question Answer].[Ans Label].currentmember ),&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; IIF( STRTOSET(@ResponseStatusResponseStatus, CONSTRAINED).Count = &lt;/b&gt;&lt;span&gt;&lt;b&gt;1&lt;/b&gt;&lt;/span&gt;&lt;b&gt;,&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; STRTOSET(@ResponseStatusResponseStatus, CONSTRAINED), [Response Status].[Response Status].currentmember ),&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; [Survey Type].[Survey Type Hierarchy].&amp;amp;[&lt;/b&gt;&lt;span&gt;&lt;b&gt;9]&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;)&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS&lt;/b&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Rank MDX</title><link>http://prologika.com/CS/forums/thread/4253.aspx</link><pubDate>Wed, 03 Mar 2010 02:36:00 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4253</guid><dc:creator>gmoleres</dc:creator><slash:comments>1</slash:comments><comments>http://prologika.com/CS/forums/thread/4253.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4253</wfw:commentRss><description>&lt;p&gt;Hi Teo,&lt;/p&gt;
&lt;p&gt;&lt;span title="que considera para rankear?)."&gt;&lt;span id="result_box" class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;&lt;span id="result_box" class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;I developed a script that calculates the ranking of a measure for&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color:#fff;" title="miembros de una dimensi&amp;oacute;n."&gt;members of a dimension. &lt;/span&gt;&lt;span title="Esta dimensi&amp;oacute;n tiene restricciones de acceso de"&gt;This dimension has access restrictions&lt;br /&gt;&lt;/span&gt;&lt;span title="acuerdo a determinados roles, cuando ejecuto el script con el usuario cuyo"&gt;according to certain roles, when I run the script with the user whose&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span title="que considera para rankear?)."&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="rol tiene acceso a todos los miembros de la dimensi&amp;oacute;n realiza el ranking"&gt;role has access to all members. It&amp;#39;s works well.&lt;/span&gt;&lt;span style="background-color:#fff;" title="correctamente."&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span title="que considera para rankear?)."&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="Pero cuando lo hago con un usuario cuyo rol por ejemplo tiene acceso solo"&gt;But when I execute this script&amp;nbsp; with an user whose role has access only such&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color:#fff;" title="a un miembro de la dimensi&amp;oacute;n, no considera los dem&amp;aacute;s miembros para definir"&gt;a dimension member, does not consider the other members to define&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color:#fff;" title="el ranking por lo tanto siempre devuelve el valor uno (porque es el &amp;uacute;nico miembro"&gt;ranking therefore always returns the value one (because it is the only member&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color:#fff;" title="que considera para rankear?)."&gt;he considers to rank?).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span title="que considera para rankear?)."&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#ebeff9;" title="Sabes como hacer para que la funcion rank evalue todos los miembros con la"&gt;&lt;span style="background-color:#fff;" title="&amp;iquest;Tiene usted alguna idea para lograr que el ranking funcione bien cuando lo ejecuta un usuario con acceso restringido.?"&gt;&lt;span style="background-color:#fff;" title="Do you have any idea to do the ranking works well when the script is run by a user with restricted access.?"&gt;&lt;span style="background-color:#fff;" title="&amp;iquest;Tiene usted alguna idea para lograr que el ranking funcione correctamente cuando el script es ejecutado por un usuario con acceso restringido.?"&gt;Do you have any idea to fix this problem when the script is run by a user with restricted access?&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span title="que considera para rankear?)."&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#fff;" title="He desarrollado un script que calcula el ranking de una measure para los"&gt;&lt;span class="long_text"&gt;&lt;span style="background-color:#ebeff9;" title="Sabes como hacer para que la funcion rank evalue todos los miembros con la"&gt;&lt;span style="background-color:#fff;" title="&amp;iquest;Tiene usted alguna idea para lograr que el ranking funcione bien cuando lo ejecuta un usuario con acceso restringido.?"&gt;Thanks in advance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Distinct Count Measure Group Error</title><link>http://prologika.com/CS/forums/thread/4245.aspx</link><pubDate>Mon, 01 Mar 2010 18:42:50 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4245</guid><dc:creator>Chris</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4245.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4245</wfw:commentRss><description>&lt;p&gt;I keep getting an error When I try and process my unique count measure group:&lt;/p&gt;
&lt;p&gt;Errors in the OLAP storage engine: The sort order specified for distinct count records is incorrect.&lt;/p&gt;
&lt;p&gt;Errors in the OLAP storage engine: An error occurred while processing the &amp;#39;Distinct UPC Count&amp;#39; partition of the &amp;#39;Distinct UPC Count&amp;#39; measure group for the &amp;#39;Operations&amp;#39; cube from the Operations database.&lt;/p&gt;
&lt;p&gt;I am trying to get the distinct count of my UPC codes from my Sales Fact table.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve checked that the collation matches and I do have distinct records in my DW for the UPC and Transaction Date.&amp;nbsp; Can someone please give me some idea of what&amp;nbsp;I should check next?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Finding the Current Day, Week, Month and Year.</title><link>http://prologika.com/CS/forums/thread/4232.aspx</link><pubDate>Wed, 17 Feb 2010 16:31:01 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4232</guid><dc:creator>light_wt</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4232.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4232</wfw:commentRss><description>&lt;p&gt;In a Date&amp;nbsp;dimension, I have 2 hierarchies.&amp;nbsp; Year-Week-Date and Year-Quarter-Month-Date.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;What is the&amp;nbsp;name set is to find the current week.&lt;br /&gt;what is&amp;nbsp; the name set to find the current Month?&lt;/p&gt;
&lt;p&gt;can i use either of the above name query&amp;nbsp;to find the Current Year?&lt;br /&gt;&lt;br /&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Extracting metadata from MSAS 2005</title><link>http://prologika.com/CS/forums/thread/4213.aspx</link><pubDate>Mon, 08 Feb 2010 15:55:35 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4213</guid><dc:creator>AKirillov</dc:creator><slash:comments>2</slash:comments><comments>http://prologika.com/CS/forums/thread/4213.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4213</wfw:commentRss><description>&lt;p&gt;Hi, All.&lt;/p&gt;
&lt;p&gt;I have serious problem with subject. &lt;/p&gt;
&lt;p&gt;So, I want to extract cube&amp;#39; metadata from MSAS (dimensions, attributes, hierarchies etc.). I&amp;#39;ve tried XMLA, but it is too slow. Are there any ways to extract metadata with MDX for example, or with something else that can extract this data faster than XMLA (in my case it took about 10 minutes, I&amp;#39;ve used Discover method).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve seen MDX&amp;#39; local cube copies methods but they&amp;#39;re rather slow too (for tiny subcube of AdventureWorks it took about 30 seconds to create local copy).&lt;/p&gt;
&lt;p&gt;Thanks for answers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Scope MDX</title><link>http://prologika.com/CS/forums/thread/4200.aspx</link><pubDate>Wed, 27 Jan 2010 21:56:06 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4200</guid><dc:creator>Chris</dc:creator><slash:comments>3</slash:comments><comments>http://prologika.com/CS/forums/thread/4200.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4200</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;Hello&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;I&amp;#39;m hoping someone can clear up my understanding of the Scope statement in the MDX script.&amp;nbsp; The high level overview of my project is to determine the Weeks On Hand (WOH) for every finished goods and raw material used in our manufacturing across all countries in all plants.&amp;nbsp; We use a comparison of actual inventory amounts separately compared to the original budget, revised budget and current budget.&amp;nbsp; So in turn I have about&amp;nbsp;21 MDX expressions (Calculated Members) for each of the three budgets totaling 63 to ultimately get me the totals I am looking for.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;A business requirement now is to only calculate WOH on inventory based&amp;nbsp;on an &amp;quot;active&amp;quot; status, a set of &amp;quot;obsolete codes&amp;quot; and a &amp;quot;demand status&amp;quot;.&amp;nbsp;&amp;nbsp; I want to use the Scope statement to encapsulate/ filter my expressions with the correct codes.&amp;nbsp; I wrote a Scope statement without a &amp;quot;this&amp;quot; statement in my MDX script where these expressions start.&amp;nbsp; I wrote an End Scope statement after my expressions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;My understanding is that a sub cube would be created and that my calculated members would calculate against a &amp;quot;pre-filtered&amp;quot; sub cube only containing the measures I wanted.&amp;nbsp; Some measures that don&amp;#39;t fit the correct criteria are getting calculated and I am wondering if I don&amp;#39;t understand how to use the Scope statement correctly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:black;font-size:8pt;"&gt;Chris&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SSAS 2005 Chapter 6-Building cube Top Down</title><link>http://prologika.com/CS/forums/thread/4180.aspx</link><pubDate>Wed, 20 Jan 2010 15:55:02 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4180</guid><dc:creator>sash56</dc:creator><slash:comments>4</slash:comments><comments>http://prologika.com/CS/forums/thread/4180.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4180</wfw:commentRss><description>&lt;p&gt;Hi Teo, The book has been a great read and very clear in its contents. I have one question regarding chapter 6. When you explain about bulding the cube &amp;quot;Top Down&amp;quot; i am kinda confused if it is to do with Inmon menthodology if any. You clarification would be helpfull.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Time Dimensions</title><link>http://prologika.com/CS/forums/thread/4172.aspx</link><pubDate>Tue, 19 Jan 2010 00:03:04 GMT</pubDate><guid isPermaLink="false">bb61d221-b363-4d22-8192-4aa25b39c5db:4172</guid><dc:creator>TobyR</dc:creator><slash:comments>6</slash:comments><comments>http://prologika.com/CS/forums/thread/4172.aspx</comments><wfw:commentRss>http://prologika.com/CS/forums/commentrss.aspx?SectionID=5&amp;PostID=4172</wfw:commentRss><description>&lt;p&gt;Hi, back again, sorry!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m just going over Chapter 4.3 Time Dimensions. What is the recommend way of creating a Time Dimension? Using a Server time Dimension or creating a Table for the Time Data from the wizard?&lt;/p&gt;
&lt;p&gt;Last time I did this I created DimDate and then instead of using Date as the primary key I used an sequential integer value as they datekey and the Date as an FullDateAlternateKey. When loading the dimension and fact data I replaced my dates with the Datekey in the DimDate Table making the appropiate joins in the schema and dsv. &lt;br /&gt;&lt;br /&gt;Is there any performance benefit doing this or I&amp;#39;m I just as well using the server time dimension and following your example in the book and defining the relationship directly in the cube without worrying about dates?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Toby.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>