SSAS Tabular Median calculation
There is issues calculation median with DAX. Is it possible to calculate the Median using Excel , part of a PivotTable in a way that would work with drill down. Is it possible for Excel to retrieve the...
View ArticleSimple LASTNONBLANK DAX question
I am a DAX beginner, and I am trying to get to grips with what I think is a very simple, common semi-additive scenario. I think I must be missing something quite fundamental so please bear with me!I...
View ArticleTime interval
I am currently trying to do a time interval with the cube function but I can't quite seem to make it work. What I want it to do is to give a value between the 1st of january and the 1st of july.Here is...
View Articleusing Drill through for customer fulfillment (design question)
I have a list sales database spanning over 300 million rows. Since list sales has too many attributes and members, querying in relational db is sorta nightmare just even to get counts. I've created...
View ArticleMDX Week to Date minus the weekends in a Relative Date Dimension
SELECT //WTD { {[Measures].[Count]} }ONCOLUMNS, {WTD([Time].[Weeks].LastChild.LastChild.LastChild.PrevMember)//EXISTS([Time].[DayID].[DayID].Members, [Time].[Week].LastChild)}ONROWSFROM...
View ArticleSSAS Tabular Visual Studio 2012 is very slow to work with
I have an intel I7 3.4 GHz 8 core, 32 GB Memory and SSD drive on my desktop and working on a SSAS Tabular model project. There are 353 foreign keys and 116 tables in the design.Trying to create a...
View ArticleSSAS - Excel 2007 client - [Refresh All] does not always working
Hi allwe are using excel 2007 as a client. Our cubes are on SSAS enterprise (not R2). We are using worksheets with formulas (not pivot tables). We noticed that sometimes even when using the [Refresh...
View ArticleExcel 2007 Connect to SSAS 2008 - An error was encounted in the transport layer
Dear All,I having an issue when using Excel 2007 connect to SSAS 2008.Client1. Window XP SP32. Microsoft SQL Server 2008 Analysis Services 10.0 OLE DB ProviderServer1. SSAS 2008When I try to connect to...
View ArticleModifying SSAS Tabular project through AMO
I am referring to working against a SSAS tabular project (model.bin file etc) and being able to modify the project through AMO, not referring to modifying a tabular database directly.Can I add...
View ArticleRename hierarchy levels
I am new to SSAS .I have a product Dimension with a hierarchy like Category-->Subcategory-->Product which is working. I then changed the Category and SubCategory values in the source table and...
View ArticleRun certain cubes first
I have db with 15 cubes in it. I want certain cube (say cube 14) to run first when the full process is done. Is it possible?
View ArticleCubeset Set_Expression Character limitation
Hello,I am using CUBESET to return a rank list of Customer using filter() and topcount().ExampleTopCount(filter(Descendants([SBU].[SBU],4,self),([Europe/MiddleEast/Africa/India],[Actual],[Revenue],[USD...
View ArticleHow to call outside assembly from SSAS MDX
What is the best way to call a self-created assembly from within MDX? I created an assembly that uses a third-party library itself. Just deploying my assembly is not enough to successfully call my...
View ArticleDefining cell security in a writeback cube
Hi all,I am working with a cube containing a writeback partition with writable budget&forecast measures.I want to control what dimension data users can see and I also want to control for which...
View ArticleHow to create calculated member to count rows in a fact table only with...
Hi,I am trying to count the no. rows in a fact table in SSAS.Normally, this is a simple measure with Usage of 'Count of rows'. However, I want to exclude some rows in the fact table based upon a...
View ArticleFetch all level data according to a particular value
WITHSET [-SpecialSet-] asAddCalculatedMembers([Date].[Calendar].Members)MEMBER [Measures].[-Special_ChildrenCount-] AS'Intersect([-SpecialSet-],...
View ArticleProblem with changing in datatype in DSV for SSAS
I changed the datatype(from char to int) for several time dimension fields in the data source. Unfortunately I am unable to reflect this change in the DSV in BIDS for my OLAP project. When i try to...
View ArticleChange SSAS 2012 data directory/folder
Hi,I need to change the SSAS data / log / temp and backup directories to a new folder.Currently these folders are the ones provided during the installation: D:\Program Files\Microsoft SQL...
View ArticleWhy do these two calculated members (using EXISTING) provide different results?
I am trying to define a set, based on a calculated member that needs to be evaluated within the current context. Why is it that [Customer Set Interest Count II] gives the correct answer, but [Customer...
View ArticleCan I deploy a cube to an existing SSAS database.
I have been using SSAS for about 5 months. I am working my second cube.My first cube is in a Database called "IT Analysis Service" and has an ID of "Analysis Services Project4"I built another cube in...
View Article