Account Dimension - Net Income
I have created a cube for Financial reporting using the AdventureWorks 2008R2 DW as a guide. I've defined my GL accounts and created the account hierarchy and everything is rolling up the way I expect...
View ArticleExcel pivot table field selection lists won't stay checked if the selection...
When some of my users do a multi-select on a pivot table field list in MS Excel that is tied to a SSAS object, the selection won't stay checked if the name contains certain characters (or maybe it's...
View ArticleSwitch between identical cubes
Is there an automated way of switching between two identical cubes. I want to create TwinCube1(production) and Twincube2(Copy of Twincube1). Process Twincube2 during business hours, after completed...
View ArticlePower View --> SSAS Multi-Dim Model Supported?
I thought with the latest Power View in Excel 2013 (or SharePoint 2013) you can connect to a Multi-Dimensional model now. I am using Excel 2013 PowerView and cannot connect to a 2012 Analysis Service...
View ArticleAttribute Aggregation
hi,Well i have a newbie problem, but i dont know how to solve.i have a cube that has 1 measure and two dimensions. this cube is based on adventure works 2008 r2 database.my dimensions are Date and...
View ArticleTime Dimension - Date Format M/d/yyyy instead of dd/MM/yyyy
Dear allI have created a Cube with a Time Dimension. I have deployed this Cube on my local machine and on a remote Server.When I connect Excel to the Cubes, from my local machine I get the Dates as...
View ArticleConnect to SQL 2000 Analysis from SQL 2005/2008 Management Studio
hi all,at this moment, we got sql 2000 analysis that running on windows 2000 (machine A)we can connect to A from other instance of sql 2000 analysismy question will be,can we connect to A from sql...
View ArticleCount in Parameter wise
Hi All,I need mdx query my hirachy is : country,state,city,district Dropdown list : Country,state,city,distirctNow if I am selecting country :Inidathen I want count State count: 23citycount:...
View ArticleMDX to exclude and filter sets
For several days, I've been trying to write mdx select correctly, but the result I get every time is either more than the right number or an error.I have to count my orders [b]but exclude orders with...
View ArticleUnique Identifier Format...
There are two Cube Databases in the same server with identical schema.In than we have created a ProjectID dimension on an Unique identifier (GUID) Column...When i execute an MDX query and fetch the...
View ArticleReporting Help (Excel, SSRS, MDX)
I have built my first cube and I believe it is setup properly but I am having hard time wrapping my mind around how to report some data.My cube is based on admissions to a university and I would like...
View ArticleSQL Server Analysis Services (MSSQLSERVER) -- (((sql 2008) -- crashing/stop...
Hi Guys I am trying to process TFS_Analysis in [b]Analysis services [/b]of SQL databases.When i start to add any role like 'Tfs DatawarehouseReader' in to ROLE portion of TFS_Analysis , The following...
View ArticleCalculated Measure LFL Grand Total
Hi I have a cube that has Products, Store,Date,Sales Type.I have two calculated measureMature Sales This YearSales Last YearThe Mature Sales Measure uses Parallel Period, CREATE MEMBER...
View ArticleCalculated Measure
HiI have a Cube with Store / Product / Date/Sales Type etc.I need to provide a measure within the cube that shows me sales value last year if there is a sale this year.The store dimension as attributes...
View ArticleImporting Data from cube - different in SSMS
Hi,I have this MDX statement that produces my sites the way I want to see them in SSMS.My problem is when I import from my cube into a SQL2012 table it breaks 'SITES' out from the hierarchy.It doesn't...
View ArticleHow to not make Tables, Column and Data Available in Excel
Goal:Not displaying the dimension table and its data in excelProblem:I was enable to deny access for the user roles in SSAS about denying access the data from the column but the next thing is that I do...
View ArticleDisplay Limited value of Measurement for Salesman
Goal:Make a limition of the measurement "Internet Sales Amount" value to 14545058,5455 without using any dimension table. The sales man is not allowed to view the whole value of mesurement "Internet...
View ArticleDifference between denying permission to cube dimensions and database...
When you are denying permissions to users in a role in SSAS, you have the option of denying permission to the cube dimension or the database dimension. What is the difference between these two?
View ArticleSSAS Error - Measure xxxxx The source is not specified.
Hi there,I've imported a SSAS via BIDS, but when I tried to build it, I'm getting "Measure [MSP_Portfolio_Analyzer].[Assignment Timephased].[Cost] : The source is not specified.". Any clue what I did...
View ArticleCalculate Percentage
I need one help to calculate percentage from cube[code="sql"] SELECT NON EMPTY { [Measures].[Fact Student Count] } ON COLUMNS, NON EMPTY { ([Dim Schools].[School Report Name].[School Report...
View Article