Need help with Calculated Measure MDX based on Indicator
I have a GL Account dimension and need to flip the signs of the two revenue accounts in a calculated measures. This is currently hardcoded in the cube based on the old single revenue account in an iif...
View ArticleDeploy or not if add up new roles?
Sorry guys, in order to deploy a cube ( I had to fix something in the dimensions) I had to remove all the roles because probably were corrupted. Now that I deployed the Cube I must set the role and...
View ArticleJoin result of two MDX queries
Hi, I would like to join two MDX queries, how can I do that?query 1:SELECT [Measures].[Internet Sales Amount] ON 0, FILTER([Date].[Date].[Date].MEMBERS , [Measures].[Internet Sales Amount]>10000) ON...
View ArticleFault tolerance and availability of SSAS Multidimentional Server
We have dedicated Azure VM for SQL Server 2014 SSAS.What could be done for situation where error occurs with the SSAS server?We would like to ensure that Power View reports on SharePoint 2013 are up...
View ArticleTotal YTD in DAX with dynamic year end date.
Hi,I want to write a total ytd dax function that allows me to have dynamic year end date.Previously i was using the following formula:-test1:=TotalYTD(sum[columnA],Period[Date],All(Period),"31 Mar")But...
View ArticleTop 5 Performance Counters for SSAS Multidimentional
I have SharePoint 2013 and SQL Server 2014 based reporting solution on Azure.I have dedicated VM for SSAS.I would like to collect performance data (CPU, RAM etc...)What are top 5 most important...
View ArticleVisual Studio OLAP Cube Partition issues.
I'm trying to create new partitions in my OLAP cube in Visual Studio 2012. The partition wizard appears and I go through all the steps. When I click finish, nothing happens. No error message and no...
View ArticleUrgent question empty rows NonEmpty calculation
Hi all,The query below works in cube A. I'm aligning my current repots with my new cube which is exactly the same but with some different namings. WITH MEMBER [Measures].[ParameterCaption] AS...
View ArticleLess than in MDX Query Designer
I have a month year parameter like March, 2014. I want to calculate actual for current year and Prior year.I have time intelligence build in the cube which will give me Prior year.When user select...
View ArticleWindows Integrated Security with SSRS, Sharepoint 2013 and SSAS over http
I have the following setup and problem:Sharepoint 2013 with SSRS in Sharepoint integrated modeSSAS 2012 SP1 with http access (IIS + msmdpump) enabled on the same box as SSASEvery component I have tried...
View ArticleDifference in partition size on different servers
Hi! I copied my cube from one server to the other with import DB. When I processed my cube on the other server with new data, the size of one partition changed from 1.8G to 12G. When I check the...
View Articleneed MDX query to find something like date diff and Date Range for last 10 days
Hi ,I need two Query .First Query for below;I have below data in table like. Cat StartDate EndDate A 2000-01-01 2000-01-15 B 2000-01-02 2000-01-30 C 2000-01-01...
View ArticleMDX Error
Hi Experts Good Afternoon,I am new to SSAS cubes. Currently we are migrating ESSBASE cubes to SSAS Cubes. When I create a calculated member in SSAS. it is throwing a strange error atIS function as...
View ArticleCase-sensitive values in an Tabular Model with a Oracle Datasource
Hi,Lets use an Oracle Database as Datasource for my Project. I use a "Select distinct ColumnA from Table" to build up a LookupTable in my Tabular Model. But it returns Dublicates!! eg:When I fire the...
View Articlehierarchy and attribute hierarchy names are not unique when the dimension...
Hi SSAS Gurus,I am getting the following error -:The cube dimensions, '' and '', do not have distinct hierarchy and attribute hierarchy names. The HierarchyUniqueNameStyle property for each of these...
View ArticleMeasure value in intermediate fact table
Hi I have a schenario where i have a measure in intermediate fact table ( in a many to many relation ship ) and i am not able to handle this.I have file summary fact that has file details - names ,...
View ArticleMany To Many relationship, Distinct Aggregate issue
Hi, I need some help pleeeaaase... Ok, so i'm implementing a GL cube, and i have a bunch of accounts which can be aggregated to different levels of a parent child hierarchy, because i'm using a parent...
View ArticleCheck if a week is earlier of later
Hi all,I'm trying to find a way to determine if a week is earlier of later than my chose period.For xampleiif(StrToMember(@START_DATE)>=filter([Date].[Calendar - Bonus Program].[Invoice...
View ArticleAdding Measures from Different Measure Group in Drillthrough
Hi, Is it possible to use measures from different measure group in one drillthrough action? I got this error when i tried to: The selected action cannot be completed because of the following error:...
View ArticleCannot deploy or process tabular model because of duplicate values
Hi,I wanted to deploy my tabular model from Visual Studio to SSAS. Tables were being processed for a few hours when all the rows (~800000 rows) were processed for ISSUE table, I received following...
View Article