Getting Round Problem connecting to a .cub file from Excel 2010
HiI'm connecting to a .cub file from an Excel 2010 workbook. There are a number of sheets containing pivot tables and slicers are also being used. I get the error message "the process cannot access the...
View ArticleLinked Dimension is P-C (Account type) and it won't process in consuming cube
Hi I have an SSAS 2008R2 cube with a Finance Account dimension (p-c with custom rollup). I want to create a linked measure and dimension structure in another General Use cube, but when I add the link...
View ArticleHow to union two MDX queries with two different dimension
Hello: I have two dimensions that use the same values, more specifically, the State.Dimension 1 is Receiving State and dimension 2 is Referring State. And I have one measure, "order".The goal of the...
View ArticleProgrammatically get the OLAP cube "create" XMLA script?
Hi!Is there any way to programmatically run the SSMS's "script cube as create" action and save the script to a file? As in if one wanted to automate the cube XMLA script creation and do it...
View ArticleMDX Query - Rolling Up A Case Statement
Hi,I have the following query with member measures.[EmployeeNumber] as [Employee].[EmployeeNumber].currentmember.member_name member measures.[Type] as Case When...
View Articlesingle row resulset
in ssis execute sql task i want to keep my result in variable ----select count(*) from tab----this is my query this will give for example 10 ....i used single row resultset but its throwing error...
View Articlemdx to combine dimension members base on another dimension
There are two dimensions[record].[record id] [product].[product name]and one measure: [measures].[sales] I want to create a new dimension attribute, in the record dimension. Here's the pseudo...
View ArticleHow to model 2 indices made up of similar parameters to allow drill through?
Hi,I am creating a dashboard which will show two indices of performance. The first index (call it index A) is made up of parameters 1, 2 and 3. The second index (call it index B) is made up of...
View ArticleNo changes in Mining Models but keep getting "The server content appears to...
Hi All,I have successfully created some mining structures and models in SSAS 2012, deployed them, and processed them without any issues. I have been able to use the viewers and look at the models and...
View ArticleSSAS - show image in Excel File
I deploy image (Datatype) in Cube, but it is not possible to appear in Excel.Has anybody idea? Best Regards Interks
View ArticleMultiple filter for cube drill through
Hi,I am using MS-Analysis service 2012 to develop cube and office 2013 to browse the cube data.I knew that drill through action will not work for Excel 2007 and below if the user selected multiple...
View ArticleMDX numbered dummy set
Hi,I have a query that is like this:WITH SET [Dummy] AS {[Dim].[Dim].[All], [Dim].[Dim].[All], [Dim].[Dim].[All]} SELECT {[Measure1], [Measure2], [Measure3]} ON 0, NON EMPTY {([Dimension1],...
View ArticleSSAS Multidimensional Time Intelligence YTD calculation showing BLANK for...
Hi there,I am working with SSAS Multidimensional Cube, basically I have defined a Time Intelligence calculations for just YTD in the Cube, the calculation was created in the Calculations tab of the...
View ArticleSSAS: Measure with different aggregation function by dimension level
Hi!I'm new in BI with SQL Server; I have a cube with a fact table named FactGastos and 4 dimensions: DimTime, DimArticles,DimPlaces, DimHomes.This is an example of the Fact Table:Year, Month, Place,...
View Articlecondiationate calculated member and total
hi all,I have a question regarding total on a calculated memberhere is what I write :WITH MEMBER [Measures].[Test] as IIF(Not...
View ArticleBest Practices for Maintaining SSAS Projects
We started using SSAS recently and we maintain we one project to deploy to both DEV and PROD instances by changing the deployment properties. However, this gets messy when we introduce new fact tables...
View ArticleMDX parent set of a set
Hi,I have a following kind of query:WITH MEMBER [Measures].[ParentSum] AS ([Measures].[Amount], [Dim].[ComparisonHierachy].currentmember.parent) SELECT {[Measures].[Amount], [Measures].[ParentSum]} ON...
View ArticleSSAS Tabular : MDX query goes OutOfMemory for a larger dataset
Hello all,I am using SSAS 2012 Tabular to build the cube to support the organizational reporting requirements. Right now the server is Windows 2008 x64 with 16GB of Ram installed. I have the following...
View ArticleCreate Dimension Member with OR
HiI am just having a mental block on how to create a calculated member based on 2 different dimensions but can't get this to work.Using Adventure works 2012IIF(([Geography].[Country]].currentmember IS...
View ArticleHow to tweak the order of the "Available Databases" in the SSAS - New Query...
How to tweak the order of the "Available Databases" in the SSAS - New Query (Management Studio)?AND,How to change the default database that gets highlighted when a new query is opened?ravi
View Article