Time Dimenisons and Calculations
Hi,I am just starting out using SSAS, BIDS and the other BI tools from SQL 2008 R2 and I am pretty happy with what I have so far but I just have a one slightly annoying thing. I have implemented time...
View ArticleInsufficient Memory to continue the execution of the program (Microsoft...
Since Upgrading to SSAS 2008, cannot explore Data or Browse cubes from Vista Untimate machine.I am developing Cubes for Analysis and Data Mining in Microsoft Visual Studio. I am running Vista 64...
View ArticleAggregate measures only with some dimensions
Hi,I creating a SSIS cube with 3 dimensions - D1, D2, D3 and some measures.The measures should aggregate through D2 and D3, but not D1. I can't aggregate values through more than 1 D1 element. I think...
View ArticleMDX remove all
Hi, I have a MDx for Named set ...NONEMPTY([date].[hierarchy].members,measures.count)output is ok but i dont want "all"I tried children in place of Members but didnt work as it showsonly Year( I want...
View ArticleCube processing fails
Hi,I deployed a cube and processing it. my cube is partitioned per week of the year and i have 2009-2012 years.i can process up to 70 millions of rows successfully (1 year data). but after pulling...
View ArticleAggregate values are incorrect
Hi,I have two cubes, Finance and Sales. In both cubes there are Net Local Value measures. When I do query against both cubes and check values against order header id then the Net Local Values are...
View ArticleUsing PARALLELPERIOD producing unexpected results when doing YOY comparison...
I am trying to generate a year over year comparison by month for a particular measure to calculate the difference/change using PARALLELPERIOD and I am not getting the results that I would expect....
View Articleget an average value with filters
i'm learning 2012 analysis services. i set up a test server with the tabular model. for my first project i have a combined backupset from the msdb database from different servers with our entire backup...
View ArticleMedian calculation in tabular or multidimensional
How can I have a median aggregate (similar to sum, avg etc) for our mortgage amounts in our data (begin able to aggregate from many points)Thank youGokhan Varol
View ArticleNull Measures and Processing Performance
I recently converted a measure that was defaulting to zero when it was "not applicable" to the particular record, to now defaulting to NULL in our data warehouse. I have also set the cube property...
View ArticleCube Load Process ? Is this incremental .
Team , Thanks in advance for your pointers here . I'm just wanting to know how would the cube process(ing) work for MOLAP storage. I understand data gets loaded into cube objects from DataSource to...
View ArticleSSAS Performance KPIs
Hello,What are top 3 KPIs that indicate SSAS is overloaded and SSAS services is becoming unresponsive? Would those following help me decipher? Or something else?\MSOLAP$TABULAR:Threads\Long parsing...
View ArticleSSAS Time Series Forecasting
Good day,I have been trying to do time series forecasting using SSAS on a customer(Individual) level per month and my forecasts comes out very high every time I get the results. I have set my...
View ArticleSSAS Roles Randomly Disappear.
I have a SSAS DB deployed (SQL Server 2008 R2) with a single role containing a single user. The user is a domain account and I have a scheduled tasks that runs an application as this account. The...
View Articlecalculated member returning amount of members selected in subquery
Hi,with member measures.test ascount(existing [Date].[Fiscal].[Month])select{measures.test} on 0from(selecttail([Date].[Fiscal].[Month],3) on 0from[Adventure Works])I want my calculation...
View ArticleUnable to add users to SSAS role
I can give user MyDomain\ABSmith access to SSDS by giving him a login and assigning him to the requisite SSDS groups/roles.I cannot:Create a temporary directory on the server hard disk and assign...
View ArticleMDX Parent/Child Query Template
I would like to query a Parent/Child hierarchy based on SELF_AND_AFTER or SELF, but summarize the resulting members of the hierarchy across a different attribute hierarchy. In AdventureWorks Employee...
View ArticleMDX Question - Alias in Dimension Pivot (On Rows)
Hello, I'm trying to create a single MDX query that I can Pivot by 4 sperate options.I'm calling this query from Reporting Services, and the query works fine for a single pivot point however I dont...
View ArticleBasic MDX Question about AVG
Hello, I have the following scenario:Dimension table: DimTime FactTable: FactRequestsThe Factrequests tabel consists of the following fieldsDateCreated (Date) DateSolved (Date) cDaysUntilSolved...
View ArticleAnalysis services 2012 tabular model (using Visual studio 2012) updating...
We have FactTable FactA today and all it's dimensions. What I like to do is build a FactB (with columnstore index etc as FactA) and drop FactA and rename FactB as FactA.Would this approach work with...
View Article