Difference in partition size on different servers
Hi! I copied my cube from one server to the other with import DB. When I processed my cube on the other server with new data, the size of one partition changed from 1.8G to 12G. When I check the...
View ArticleUrgent question nonempty giving empty rows in new cube but not in old cube
Hi all,The query below works in cube A. I'm aligning my current repots with my new cube which is exactly the same but with some different namings.WITH MEMBER [Measures].[ParameterCaption] AS...
View ArticleConfigure HTTP Access to SQL 2008 Analysis Services on ISS<!-- 864 -->
I am trying to configure SQL 2008 Analysis Services on ISS for a program we are using in the company. I am using the instructions on http://msdn.microsoft.com/en-us/library/gg492140.aspx but i get an...
View ArticleThe Usage of weighting factors in many to many realtionship
Hi I am currrently looking for a way to model ssas project with a many to many relationship with a weight in it.I have file summary fact that has file details - names , spaceGB , share details , cost...
View ArticleASCMD for SQL2012
Is ASCMD tool available with SQL 2012? how can we install it?I couldnt find the same in \110\Tool\Binn folder where the other exe like rs.exe, sqlcmd.exe are all found
View ArticleLogin failed for user 'NT Service\MSSQLServerOLAPService' 28000
I am using SQL Server 2012 developer edition on Windows 7. I have the following error attempting to process a dimension: OLE DB error: OLE DB or ODBC error: Login failed for user 'NT...
View ArticleReport Parameter Month Order Need QuaterWise
Hi, I have to create one report inside that report using parameters(Month,Quarterwise). Month Parameter Order Coming Ascending to Descending Order,But i need Quarterwise month Order(Quarter...
View ArticleMDX Query Performance Tunning
Hi , Below MDX Query its taking long time.Can you please help me, how to reduce time?. Give me some points. WITH MEMBER [Measures]. [CurrentDate] as 'NOW()' MEMBER DateDif as vba!datediff("d",[Invoice...
View ArticleHow to get list of Dimesion and Fact table from Specific DataSource
Hi experts, I am have 5 data source , I need to find list of Fact and Dimension from the corresponding Data Source. pls guide me.thanks
View ArticleDrillThrough Report Issue
I have to Create 2 Reports (Parent,Child) applying drillthrough report .Child Report level creating single value parameter,When i am passing parent to child report parameneter value is not passing...
View ArticleMissing BIDS package
I am running SQL Server 2008, and have recently been handed over all the SSAS packages to manage. I have one package I can see and process when I connect to Analysis Server in SSMS, but I cannot find...
View Articleshow distinct Dimension Attribute for Date
Current Level- AllAprilAprilAprilMayMayMayJuneJuneJuneso on.....How do i make sure to show only distinct dimension attribute values for the Date dimension?
View ArticleCube Claculations
SSAS 2012Bit of a weird issue here. Created some cube calculations.[code="other"]CREATE MEMBER CURRENTCUBE.[Measures].[SLl] AS CASE WHEN [Measures].[R]= 0 THEN 0 ELSE ([Measures].[I]/[Measures].[R] )...
View ArticleYTD MDX Question
I have the following MDX calculation in my SSAS cube that returns Prior YTD Sales based on the current...
View ArticleSSAS Tabular- possible to display just detail level data in Excel?
Imagine an HR model and one requirement is to just list all the employee "dimension" data:Group by DepartmentUnder department one row for each employee with the following columns: Employee Name,...
View ArticleMDX query using hierarchy gives Subtotals
Hi,I don't have a background in MDX queries so I may be missing an obvious point here.I have a MDX query which includes a hierarchy in the ROWS section. When I execute the query (in SSRS) the records...
View ArticleMDX pull data dynamically for last 4 months
Hi,I have a MDX query which I use to import data into staging. I want this query to dynamically pull data for the last 4 months including current month. In the query below, the months are...
View ArticleKill all connections to a specific database
Hi All,I am wondering if there is a way to kill automatically all connection to a specific database? Thanks,
View ArticleNeed MDX query to pull empty hierarchy
Hi all,I am trying to pull a corporate hierarchy, and there are multiple levels (level 2 (CEO), level 3(SVP) up to level 13).If I use this query, it only returns the records where level 13 is not null....
View ArticleTwo Different Dimension Attribute values filtaration
Hi, I have 2 different dimensions and fact table,but i want amount based on 2 dimension Attribute filtration names. Member [Measures].[Revenue_Budget_Amount]AS Sum({([Finance Indicator].[Fin Indicator...
View Article