"Could not find a part of the path 'C:\.....\...xml" Error message after...
Hi All,I get the following message every time after debugging. Does anyone know why and how to fix it? TITLE: Microsoft Visual Studio------------------------------Could not find a part of the path...
View ArticleSSAS 2008R2 deployment hangs saying repeatedly: _ _Test
Hi,I have now experienced this problem on two different client sites. In one case it happened when trying to process a dimension, and today it is happening when trying to run an XMLA cube deployment...
View ArticleHow to test/measure/probe SSAS its model/cube is available?
One question is how to test/measure/probe SSAS its model/cube is available. For example, to see whether SQL engine is available, I could periodically run select @@servername orsp_server_diagnosticsand...
View ArticleWeb Based Front End tool for SSAS cube browser
Hi All,Can anyone suggest me the best web based Front End tool for browsing SQL Server Analysis Service cube??A tool similar to the excel pivot table which we can add or remove measures and dimension...
View ArticleHow can I write conditional distinct count at calculated member?
Hi,I need to conditional distinct count at cube. But I don't know how can I do . My fact table below . I want to count distinct STORE_ID that AMOUNT>0 , how can I write distinct count calculated...
View ArticleHow To aggregate measures based on dimension attribute
I have a dimension called "Indicator" which contains some indicators and a measure called "Actual" which contains the data will be aggregated over the time. However the aggregation is based on the...
View ArticleExcel 2013 Timeline and Date Dimensions in SSAS
I am currently building out some Excel 2013 views of SSAS 2012 data. I have a date dimension built which uses an int as key. I have formatted the date as well as added a value for the Day field as a...
View Articleunion of data sets in mdx
hi ,I am using this MDX.i have a date parameter.i have to show the data in three sets. 1. current month(201302) 2. next six months from current months.(201203-201209) 3. next six months form the...
View ArticleExtra Unvalued Row in Dimension
Hi Experts,Dimensions are showing one extra row called "Unvalued" . When I process the dimension, I copy the SQL and run it in SSMS.The query returns say 4 rows. But in processing window it is shown "5...
View ArticleHow to override SubTotal for Calculated Measure with Scope statement - Please...
Hello experts. I know this should not be tough and I knew how to do this but apparently I'm out of touch. I need somebody to get me out of my hole.I need to calculate the subtotal for ALL (visible)...
View Article"Estimated Rows" have 0 (Zero) During Processing Partition.
Hi All,During Creation of "Partitions" not able to see the total number of rows in "Estimated Rows" .It seems 0 (zero) under "Estimated rows" where they have actullay 107713 rows .PartitonName...
View ArticleProcessing huge number of records
My cube is taking 13 hours to process and I want to bring this time down to a couple of hours. I have 13 dimensions and four measure groups, I need all of them in one cube since the report is...
View ArticleSSAS Database being arbritrarily deleted
Glad this is on a test box!! I am running SharePoint 2010/SQL Server 2012 on a Windows 2008R2 test box. I have trying (unsuccessfully I might add) to configure SharePoint BI settings and several...
View ArticleCalculated member using role-playing dimensions and LinkMember() rolls up...
SQL DATABASE: I have dbo.FACTORDERQUANTITY and dbo.DIMDATE in my SQL database. I have 2 dates in dbo.FACTORDERQUANTITY as foreign keys to dbo.DIMDATE: OpenDate and ClosedDate. SSAS: ORDERQUANTITY is...
View ArticleAnalysis Server/Performance Issue
We just moved an SSAS database from test to prod and it performs much worse in prod. In test an mdx query (from excel) runs subsecond. In the production environment it runs in 10-15 seconds. The...
View Articlemdx question pls help
Hi,I am new to MDX. Can someone please help me correct the syntax in the following mdx query.select [Measures].[gamecount] from [game] where...
View ArticleReturn Third Row from Ordered List
Hello - I'm very new to SSAS and MDX so I'm hoping I could enlist some help of the community to get me started in understanding how I would solve this problem. I'd like to start with the most basic...
View ArticlePerformance Issue on Calculated member using lag and lead when using more...
Hi All, My question is continuation from my previous question. I have to create two measures based on Startdate and Enddate selected from user. One is sum of last 90 days from startdate and other is...
View ArticleSSAS Tabular: Memory error: Allocation failure : Not enough storage is...
I am trying to process a partition in a SSAS tabular model cube. Most of the partitions processed fine but it seems to have hit a limit when I try to add another, the error I get is as follows:Memory...
View ArticlePicking results only for this hour
How can I change the following mdx to give me only records for the 4th hour of the days within my range of dates. Thanks muchwith MEMBER [Measures]. [h] as [Dim_DateTime].[HourofDay].CurrentMember.Name...
View Article