Delete all application traces
Hi,I'm working with SSAS2008R2. The database engine and the SQL Server Agent are also installed on the server, but SSIS isn't.I encounter some application issues when I've got some ghost traces (listed...
View ArticleSSAS build dynamic DataSource in SSIS
Hi, Is there a way to set up a dynamic Data Source configuration for a processing a cube from a SSIS package? We have a situation as follows: There is a SSAS cube that retrieves data from either of 2...
View ArticleTabular Model Computed Column Problem ( CountX between dates )
Hello,I am trying to reach a pivot table solution that would allow me to filter content based on selected dates being between start and end period.My model is just a simple time dimension and a fact...
View ArticleFilter condition on multiple measures
Hi,I need filter condition on multiple measures.means below query i passed one measure right.now i need to pass two ([Measures].[Internet Sales Amount],[Measures].[Tax Amount]) measures.Is it possible...
View ArticleDuplicate value problem for a table in a SSAS Tabular model - SSAS 2012
Hi,in a table of a SSAS Tabular model I've a descriptive column that I use to create a relation with a fact table. This column have some values that initiate by a word plus a space and other words, but...
View ArticleThis file cannot be opened. You can only open files that are compatible with...
I just installed Visual Studio 2010 templates for SSAS and the Nov latest updates. When I try to create Tabular Model project, I'm getting the following error and I can't do anything. I can see the...
View Articleexcel functions
I am unable to get an mdx query to run using an excel function. I have read several postings indicating that even though the assemblies folder in SSMS may have ExcelMDX listed it really isn't...
View Articlemember property on multiple levels of a hierarchy
I am building a naturalized view of my parent-child organization hierarchy into the cube. I want a certain member properties (such as name and code) to be available on every level of my user defined...
View ArticleDays Between Two Events - Two Date Dimensions
Greetings :DI have a cube modelling ‘In-Flight’ events as per Mosha’s article… An interesting ‘Days Since Last Event’ style problem has arisen… the PrevMember trick at...
View ArticleUser Based optimization not working or how does it work?
I have user based optimization set up.I am monitoring the OLAPQueryLog and every week or so I optimize the cube.I have noticed that an entry can appear in the OLAPQueryLog table with the same Dataset...
View Articlecalculated measure not formatting in excel, work fine in browser
I have a calculated measure defined as:CREATEMEMBERCURRENTCUBE.[Measures].[Prior Month Tax Book Value] ASIIF(ISEMPTY([Measures].[Tax Book Value]), Null, ([Measures].[Tax Book Value], [Effective...
View ArticleHelp with Parrallel Periods MDX script
I am trying to create a MDX script to compare all university applications for a term by a specific date.This is what I have so farSELECT {([Measures].[Reseller Sales Amount])} ON COLUMNS,...
View ArticleNeed Help writing DAX Formula for a Measure in SSAS Tabular Model...
I am fairly new to DAX language.I am creating a SSAS Tabular model and Need Help writing DAX formula for the following Measure.The row label area of the pivot table contains the department unit, the...
View ArticleNeed help in SSAS cube creation
Hello Experts,I am pretty new to MSBI. Please help me to create a SSAS cube. I am having a fact table and 12 dimensions associated with that. Fact table contains an amount field along with the 12...
View ArticleShow all Countries exept one in where
I want to display all countries except USA, how should I write in the MDX code, inside of where statement?
View ArticleMDX Count on Filtered Set of Rows
I need to write an MDX query which goes through a filtered set of rows from my TEST_DW, and for each one it will return BelowZero=1 if MyValue<0, else BelowZero=0. I managed to complete this using...
View ArticleReferring to another level UDF with MDX query
I am not able to express what I really want because of the complexity of the problem. I am attaching an image so that you will understand what I want exactly.Can you please, tell me what the problem...
View ArticlePotential Bug in SQL Server Analysis Services when aggregating base measure
Hi, I encountered a strange behaviour of Analysis Services in server version 10.0.5500.0 as well as 11.0.3000.0.Context: I have defined a cube with a base measure like this:AggregateFunction: Min;...
View ArticleTabular Analysis Services - mode of data fetch from database
Hi,I'm trying to understand the way SSAS Tabular pulls data and computes the query results. I'm probably asking very basic questions. My questions are the following:1. If I use the 'Cached'/'In-memory'...
View ArticleAdding Business Intelligence to cube gives me N/A in expression field
I have run the 'add business intelligence' to my cube but I noticed that when I look in the expression field for each of the new measures (YTD for example), I see "N/A" in the field. Also, when I...
View Article