Using CASE statement to filter out Unknown
Hi I have measures that are showing as "Unknown" in Excel. I would like to exclude these in the underlying query that is feeding data to Excel. I have tried when 1. IsEmpty([Measures].[My Measure] ---...
View ArticleDynamic Security
I am having some confusion on how Dynamic Security is working but apparently it is not working as proprely as desired. I have created two securiry Roles. One Role where user have access to see all the...
View ArticleOrder defined in dynamic set is not working in excel.!
Hi Team, I am facing an issue with ordering of the products. I had created a dynamic set and defined order in the set but when using that set in excel it is not ordering as defined it is ordering...
View ArticleHow to create MDX query Dynamically in web application
Hi, We need to design an interface to create dynamic MDX query to interact with SSAS Cube. In same application there is hierarchy have 9 level as well. We are using Asp.Net for web application. I...
View ArticleHow to do concatination of year,quater,month in DMV Metadata Functions?
Hi All, Can we do concatination of year,quater,month as a new column in DMV Metadata Functions ? select * FROM $system.MDSCHEMA_Members --------------------------- will display all information of a...
View ArticleExcel Reporting & SSAS
Recently I have been learning SSAS and its application, and tried to use it to resolve the issues in the business. I understand that SSAS is a very powerful tool when used with Excel(2007, 2010) Pivot...
View ArticleData disappears from the SSAS Cube because of specific dimension relationships
Hello , I am new here with a hope to find the proper solution regarding the analysis services. We have a cube where in most of the dimensions and measure groups are linked(Relationships) legitimately,...
View Articleinserting into 1column
How to insert this data to 1table under 1column 'Violation of PRIMARY KEY constraint 'PK_history_meta_tbl'. Cannot insert duplicate key in object 'dbo.history_meta_tbl'. The statement has been...
View ArticleHoq to retrive the Cube Schema metadata information from a cube in sql server...
Hi.. I got a requrement to retrive the cube meta data information in ssas cube , as per my knowledge i retrieve the data using SELECT [MEASURE_NAME],[MEASURE_UNIQUE_NAME] FROM...
View ArticleScheduled MOLAP suddenly stopped working (2008 R2)
Hi all, at a customer I have the following configuration: Windows Server 2008 R2 Enterprise 64 bit with SP1 SQL Server Enterprise Edition 2008 R2 64 bit (10.50.2796)all services running under the same...
View ArticleMDX
Hi everyone, how do we create an MDX statement with products on columns and rows showing a Calculation for transactions only for different product groups? PLEASE HELP Column1 Product A Product B...
View ArticleHow to integrate Custom Drill through query in BIDS
Suppose, if i have created any custom query like below, DRILLTHROUGHSelect ([Measures].[W Base],[Ge0].[Geo].[Reg].&[02]) on 0 {filter(([R Date].[Ca Week].[CaYear].&[2012].lag(1):[R...
View ArticleSSAS Dimension Sorting While Browsing In Excel
Hello, I would like to use a defined sorting for dimension name. For example If I have Dimensions by name A,B,C than I would like to see these dimensions while browsing cube in the order of B,C,A. Just...
View ArticleConditional Measure
I want to create a measure 'count of column' based on some condition...I have int field TAT with some data as 0 in it... now i want to have measure in cube which will count data only with non zero TAT...
View Articlebuild, rebuild and deploy
Hi I´m on tabular but not sure when I need to rebuild the project or just deploy it to see changes. I read this thread but......
View ArticleDisplaying Measure under void issue SSAS
Hi All, I have small issue. I have created one Named calculation just it is adding Net amount and VAT... This Net Amount and VAT amount measure under one folder called 'Retail' But When I created this...
View ArticleCan’t get PrevMember to work on date hierarchy
I am new to SSAS and really need to get this to work so any input is appreciated. I have a date dimension that includes the following attributes: Year, Month Number Of Year. I have a calculated member...
View ArticleHow to run MDX queries in parallel using ADOMD .NET
Hi all, I have a app that queries a cube for attributes, gets the values and displays them on a UI. At one time I may need to get more than one attribute queries. The way I am approaching is that...
View ArticleLast Fiscal Year to Date
Sum(PeriodsToDate([Time_WeekTest].[Reporting Year - Reporting Month - Reporting Week - Reporting Day].[Reporting Year],ParallelPeriod( [Time_WeekTest].[Reporting Year - Reporting Month - Reporting Week...
View ArticleRunning to XMLA processing scripts at the same time
We do all of our processing using XMLA. Sometimes, a couple of jobs will overlap and 2 xmla scripts will execute at the same time. It appears the 2nd script waits for the first one to complete before...
View Article