Roles by Regions Hierarchy for the CUBE
HI,I want to restrict access to a cube that has a Regions-->Country Dimensional Hierarchy. I am trying to use Roles for this purpose and am using the Cell Data Enable Read Permissions option. So for...
View ArticleWhen crossjoining two hierarchies, how to ignore 'context' of measure, so...
I need for the measure to appear as a new column to the right (I'm guessing calculated member with a query scope) The measure should be the sum of all chosen rows (needs to be filter aware) meaning it...
View ArticleAttach cube to new data source view
I have a working SSAS Solution. Now, I have a new requirement to provide (a subset) of my solution, but based on a different dataset. The dataset is a simple filter on the original dataset...
View ArticleFree memory from SSAS Database without restart
Hey there,I don't know much about SSAS, but this is an issue that we're trying to find a fix for asap. PowerPivot databases are being dynamically created and taking up heaps of memory that we need to...
View ArticleHow can I add SQL Server analysis into my website?
I have a website. I build it Joomla 1.5 version. How can I add SQL server Analysis into my website?
View ArticleSorting on Multiple Criteria in MDX ?
In MDX, if an axis has several dimensions, how to sort the axis on multiple criteria ?For example, in the following query over Adventure Works, I would like to sort the row axis, which contains...
View ArticleLast 12 months with sort
here is my SETSET [LastTwelveMonths] AS LASTPERIODS( 12,StrToMember('[Start Dt].[StartMonth].[Month].&['+ [Measures].[MonthName] +' ' + FORMAT(Now(), "yy") + ']') )this works , i need to...
View ArticleAdding member in BIDS - SSAS 2008 R2
Hi,in a my SSAS 2008 R2 BIDS project I want to add a member by MDX scripting in the Calculation tab.I've tried to write CALCULATE CREATE MEMBER ... but a syntax error highlights the CREATE word after...
View ArticleDAX: getting first row in a table group by a key, how to?
Hi,I want to know how to filter a table to get the first row matching my criteria, "group by" 1 of the columns in this table?I have this:key1 key2 Priority secondary1 secondary2 SD ED 1 1 50 a b...
View ArticleStrange security calculation behaviour
Hello,We are having a strange calculation issue. We have an SSAS database with two cubes (cube 1 and cube 2). We also have two roles (role 1 and role 2) and each role has access to his own cube.Now...
View ArticleImplementing Dynamic Security in SSAS
Hello Everyone..i am trying to implement dynamic security on my cubeIn implementation my requirement is,suppose if A,B and C employees working in America,India and Europe respectively.Then when 'A'...
View ArticleMDX runs fine in SSAS 2005 but hangs on SSAS 2008 for identical cubes
This query hangs in SSAS 2008 but runs perfectly fine in SSAS 2005. I used VS 2008 to upgrade, deploy and process the cubes. Does anyone have any idea what would cause this and if it can be resolved?...
View ArticleSSAS MDX CALCULATE
Sorry, I got this calculate:([Dim Customer - Geography].[English Country Region Name].CurrentMember, [Measures].[Sales Amount]) /([Order Date].[Year].allmembers, [Measures].[Sales Amount])that returns...
View ArticleDifferent AllMemberName per cube for a hierarchy
For a dimension that is used by two cubes, is it possible to set the hierarchy's AllMemberName property differently in each cube? I don't see such an option in BIDS, but I was wondering whether it is...
View ArticleStrange memory error while using MDX calculated member against a PowerPivot...
Hi,I have added an MDX calculated member to a Pivot Table which is powered by PowerPivot. My objective is to calculate IRR for a dynamic selection of projects. So, I have invoked the Excel IRR function...
View ArticleCan hierachies / columns be named dynamically within a cube
Hi,Can hierachies / columns be named dynamically within a SQL Server 2008 R2 cube so a different name can be exposed to different clients via Excel for example.So we currently have the same cube design...
View ArticleProblems creating Time Table
HelloI am using the Dimension wizard to creat a time dimension, all looks great , until the table creation on the database for some reasons I can not create a new DSV or select one, all options are...
View ArticleYear to date prior year
Hello,I have used the time intelligence wizard in VS 2008 BIDS to add time intelligence to both my date dimension and a cube. One of the calculated members it created in my cube is defined -Create...
View ArticleGetting Incremental data in cube.
Hi All,If I have got data in my cube till 18-04-2013 and wish to load only the data of 19-04-2013 data into the cube is there any way to do it?There are many processing options which I was thinking to...
View ArticleWriting to OLAP query Log create perfromance issues?
Hello,I am planning to writing to the Olap query log so that i can find out who all are using my cube, duration, etc. However, I am just worried that this might load up the server and make the queries...
View Article