MDX percentage of member calculation
Hi This should seem quite simple to me but I can't seem to get this.I have the following query with calculated measureswith member measures.AssetValue as [CPM Asset Type].[CPM Upper...
View ArticleSSAS Cube is taking too much time to process
We have a cube which is taking 20+ hours to process completely, as per current scenario we are processing this cube through SSAS package. What I have seen in package is first dimension is processed...
View ArticleMDX query - calculated member causing huge performance decrease
Hi all,I have a query that works very well, until I add the calculated member.WITH MEMBER [Measures].[Bonus quarter] AS RIGHT([Date invoice].[Bonus calendar - Quarter].Currentmember.Name,1) SELECT {...
View ArticleTabular Model Column Security
Currently we are having security specified to individual model.We are planning to have more than 20 models as per different user requirements.We have couple of questions regarding tabular model...
View ArticleGetting insight from data
Hi We have a SSAS cube in which we have multiple measures and dimensions. Is it possible to get insight of the metrics like where we are performing well and where we are not performing well.Thanks Abbas
View ArticleHow to get rid of a warning when doing ProcessAdd to a dimension
I got following warning message in my xmla script for ProcessAdd to a dimension:Executed as user: CORP\SQLAgent_INT. <return xmlns="urn:schemas-microsoft-com:xml-analysis"><results><root...
View ArticleLooking for ParralelPeriod when "CurrentPeriod" doesn't exist.
I've got a report in SSRS pulling from SSAS and using calculated members to produce parallel periods. This all works absolutely great, except that, if the "current period" doesn't exist, the parallel...
View ArticleOLAP Database Build Failure
I am trying to configure OLAP cubes for project web app following this artcile: https://technet.microsoft.com/en-us/library/jj943761(v=office.16).aspx.But keep getting the following error: Analysis...
View ArticleSSAS Tabular Model Freezing
We have a SQL Server 2014 tabular model that freezes when we deploy it to production. It works in SSDT and when we deploy to our development server. Both Dev and Prod servers have the same specs and...
View ArticleWhat's the best processing approach for individual SSAS Tabular tables?
What's the best processing approach for individual SSAS Tabular tables? Here's the scenario.I have two fact tables. They need to be updated every 10 minutes. One fact table has 2,006,325 rows. The...
View ArticleHow to round to nearest million in mdx query
Hi,I am new to MDX and trying to round a value to the nearest million but just can't work out how to do it.Any help is gratefully received.This is the member that I am trying to round.With member...
View ArticleHow to create dummy calculated members for profit, loss, profit% instead of...
Hi!I've got 3 calculated measures [profit],[loss],[profit %]. I' also got a dimension called "customer", with an hierarchy "customer category-customer name".What steps should I take so that I could...
View ArticleExcel 2016 Pivot Table Connection to SQL Server 2012 (SP1) is Timing Out
I'm receiving this message ... ... when I attempt to add a 2nd measure to an Excel 2016 Pivot table connected to a SQL Server 2012 (SP1) MOLAP cube. The Pivot Table also includes 1 dimension in the...
View ArticleVisibility of caclulated members in Excel pivot table
Hi, guys!I'm working with SSAS 2014 and Excel 2010 (Office Professional Plus) - and here is the problem I have:I've implemented some calculated members of a dimension like this: CREATE MEMBER...
View ArticleSQL to MDX for SSRS
Hello All,My Greetings for the day!!!I have got a stored procedure in sql server. I need to convert the same in MDX so I can fetch data from the cube instead of the sql server table.Please share your...
View ArticleSSAS Parent-Child Hierarcy security using AD ID
Hello, I'll keep this question simple initially, but happy to add test data if required.I have a parent-child dimension in an SSAS cube that is modelled on our company's staff hierarchy and their...
View ArticleCalculation not working when selecting multiple level members
Hi MDX Experts.This calculation to get an Avg Daily Forecast works great if say an individual month is selected, or individual quarter, but is there a way to get it to work when say 2 months are...
View ArticleThe name provided is not a properly formed account name
Hi All, I'm teaching myself some SSAS on my local laptop (e.g. not an AD environment - SQL Server and SSAS on same instance).I've created a very simple cube with 1 dimension and 1 fact table that runs...
View ArticlePerformance issue for tabular model in DAX
I am trying to fix the performance issue for tabular model. Below is the issue that I want to fix.For the model there is a table Order Fact Table which holds the below attributes. In the Order table...
View ArticleRetore database using sql cmd
I have a machine installed with SQL2012 enterprise and default sql instance with analysis services.The operation is that I need to restore database from a xxxxxx.abf file.(Server is...
View Article