Help understanding simple query trace with 35,000 "query subcube" events
No matter WHAT query I issue against my cube, I'm finding thousands of query subcube events against an unexpected , I assume it's a partition.Even for the simplest possible query SELECT FROM...
View ArticleSQL 2012, SSAS Properties Estimate Size off by 80%
Wondering if someone else has had the same problem.In SSMS 2012 on a SQL 2012 installation, the properties and reports for my SSAS database is showing 4gigs in estimated size. The total .db folder has...
View ArticleDate Format is different in Prod and test environments.
Hi All, I have three servers(PROD,TEST and Dev) for SSAS.I have same code base in all of the three environments.I have an Attribute called "Expiry Date" in a dimension called "Dim1" and this dimension...
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 ArticleSSAS Date Dimension attribute not displaying all members when browsed singly
I have an SSAS Cube database that holds data from 2009 to 2013 (5 years)There is a Date Dimension in the database which holds a "Calender Period" Hierarchy with the attributes CalenderYear >>...
View Article[MDX] How to cumpute a percentil (Calculated Member)
Let's say for a given dataset i want to calculate the percentile 0.75 this is:Android 15 Android 9 Android 8 Android 6 Android 6 Android 5 Android 3 Android 2 iPhone 12 iPhone 10 iPhone 9 iPhone 6...
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 ArticleMDX coding
I want to compare the value between the syntax code "userName()" and STRToMember("[xxxx].[Username].&[" + UserName() + "]") in SSAS:s calculation, inside of a calculated member. Unfortunately, I...
View ArticleCustom ADO.NET implementation for Analysis Services
Hello, I need help on guidelines implementing custom ADO.NET data provider and connecting it with BIDS. While the first part is rather straightforward and documented, I'm struggling a lot with second.I...
View ArticleDifficult to filtrate the user Dimension table
I have dimension table, named user, and fact table. I want to filtrate that right user can review right value from the fact table based on user's windows authenication. You use the WA to filtrate the...
View ArticleSSAS tabular: how to get a value from a dimension for a distinct(ly) counted...
Am new to DAX. I have the following query. I have 2 tables viz:InvoiceInvoiceNumber varchar(8)InvoiceDate dateContainerNumber varchar(11)Amount decimalInvoiceNumber InvoiceDate...
View Articlecant connect to SSAS using SQLPS: WARNING: A connection cannot be made....
Hi,I cant connect to a remote my SSAS instances using the SQLPS (powershell) tool.I open the sqlps toolI typecd sqlascd OLAPServerI receive this:WARNING: A connection cannot be made. Ensure that the...
View ArticleNo Data when doing multiple selection of sub-brand in the cube
Hey everyone. I am having a very strange situation. No Data when doing multiple selection cube. The thing is that the situation is created only in the transition between the servers, who have a...
View ArticleAnalysis Service started then stopped
I installed SQL Server 2005 Developer Edition. I've also installed SP 1 and 2. I never needed Analysis services before but now b/c of an install of TFS, I need Analysis services. I cannot start...
View ArticleSSAS Calculated Members
Hi,I have the below case where I need to have sum of sales with respect to product as shown below.I have 3 dimension, selection any of which the Sum sales columns should give the total sales for each...
View ArticleCube procssing: XML for Analysis parser: The commit or rollback request...
while processing (full, update,increment) cube from the bids am getting following errorsAm using 2008 R2, it processing fine if i do it from SSMSProcessing" (142) failed with error code 0x80004005...
View ArticleQuery Analysis Services DMV (DISCOVER_LOCKS) with OPENQUERY SQL Server 2012
Hi, I'm having trouble with a specific DMV, $SYSTEM.DISCOVER_LOCKS, while querying it using T-SQL OPENQUERY.For example, this query will run just fine:select * from openquery(OLAP_SERVER, 'SELECT *...
View Articleregard many to many dimension .
I have already set many to many relationship.the fact table is sale table (orderid , price)orderid price --------------------------01 402 5the dimenion table is (orderid ,name) the...
View Article% of Total, no hierarchy
I'm trying to create a calculated measure showing % of Total Net Sales, something like Rank or TopCount but showing % Value. I tried "parent" but since I do not have hierarchy in the dimension , it...
View ArticleRelated column of a fact table - SSAS Tabular
Hi,I'm developing a SSAS Tabular model using a SQL Server 2012 SP 1 installation.For a fact table I've created some calculated columns using the DAX RELATED function. These columns not are hidden to...
View Article