Calculated 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,...
View ArticleDifferent compatibility level for a SSAS Tabular project
Hi,I've copied a Tabular project from a dev environment to a prod environment. I've SQL Server 2012 SP1 on both environments.When I try to open the tabular project in the prod environment I can see...
View ArticleSSAS Cube Calculations Sum does not calculate correctly
Dear allI am working with SQL Server 2012 SSAS.I build my Cube everything is working very good.I want to make a new “Calculations”Create Member CurrentCube.Measures.[X]ASSum({[Market].[Market]....
View ArticleDimension Rename
Good morning,When I create the cube dimensions are automatically created with the name of the tables that are related to factual.I did a test and when I change the name of a dimension in the project it...
View ArticleSets in SSAS based on selected Value in Slicer
HiI have a situation in which , I need to show the 4 week in the column based on the slected value on the slicer. For example , IF user select week48 on slicer.. then my table should show the value of...
View ArticleDistinct Count Calculation
Hello everybody,I have a cube with appointments including dimensions for companies and dates.One of my measures is "Appointments" which is the count of all appointments. Another calculated member is...
View ArticleAre annotations depreciated or safe to use?
In BIDS you could add custom annotations against the cube, dimensions, hierarchies, etc. In SQL Server Data Tools that option does not appear to be there at all. Is there away to set them in SQL Data...
View ArticleMDX Using iif function to supress 1.#INF error not working
Hi AllI am trying to do a calculation using 2 calculated members, one of the values can = 0 which when dividing creates the1.#INF, i have attempted to use an iif function to work around it but it...
View ArticleConnect method gets freezed for long time
Hi,I am trying to connect to Analysis Services using Microsoft.AnalysisServices library in C#. I found that sometimes the site takes too long to load stalled in "Waiting for .. ". When I debugged the...
View Articlecreate single-value measure from a measure array
I need some education on MDX.. :) I have Measure A which gets calculated across Dimensions Dim X, DimY and DimMonthly.is there a way or maybe function to create Measure B derived from measure A but...
View ArticleSSAS using datasource at query time
I have a set of reports that run against the cube. The cube has proactive caching enabled. If the datasource within the SSAS database has invalid credentials, queries against the cube will not run....
View ArticleSSAS Custom Assembly
Dear alli am working with SSAS and i did build my cube.1 - i want to create a custom assembly 2 - add this assembly in a calculated member 3 - that takes parameter (the selected dimensions + Measures)4...
View ArticleSCOPE Statement
I try understand how work Scope Statement (SSAS 2012). I write very simple code on Calculations tab in Cube Designer (I switch to Script View):Calculate;Create Member Currentcube.Measures.MyMeasure...
View ArticleMDX for Last 2 Members in Fact, not from Dim
I'm trying to write an mdx that will give me the last 2 Products sold in my Fact table, but instead of that, I always get the latest 2 Products in my Dim table sold. I've googled it, but cannot get the...
View ArticleA Strange Problem that Seems to Stump Everyone
Here's a question that has stumped everyone I've asked so far. I'll create a simplified example here. For every calculated measure in my cube, I witness this phenomenon. It looks like some kind of...
View ArticleSSAS - Performance Issue - time out /locking conflicts
Hi,We have a cube which has 5 measure Group.<o:p></o:p>4 of the measure groups are partition<o:p></o:p>Each measure Group have 4 partition and no aggregation...
View ArticleExactly where should the filtraiton take place?
If a want to filtrate, not to make it accessable, a whole dimension table and some part of column in the dimension table for group or individual, exactly where and how should it take place in SSAS?
View ArticleDifference between these two in deny permission
When you do some deny permission to get access to the data, why does SSAS has one cube and the rest is dimensional table before processing to make deny access. What is the different?
View ArticleProcessed cube sees no changes, but new data have been inserted..
Simple AdwWorks cube has time dimension with years range from 2000-th to 2007-th. Fact data exists for 2001-2006. 2000-th and 2007-th are empty. Ok. I'm insert new data to source fact table for...
View Articleexecuting mdx from sql server without linked server
Hi,I want to execute a mdx query on sql server query window without using a linked server.Can somebody guide me how can I do this . Thanks in Advance.
View Article