ParallelPeriod using dynamic string
Hello there,I'm trying to make the below ParallelPeriod named set dynamic.This works fine:[code="sql"]WITH DYNAMIC SET [Test] AS StrToSet ( "ParallelPeriod([Finance Date].[Year-Week].[Week],1,[Finance...
View ArticleSSAS INDEX
Hello, What is Index in SSAS Cube? Are these index degrade the cube processing ? How these index work in cube ?Regards,...
View ArticleAllow to access data even after restricting members in Dimension Data
Hi,I would like to restrict certain data to certain users. i have created role and deselected all the members and selected certain members to the role and process the cube. but still it is allow to...
View ArticleNo Data when doing multiple selection of sub-brand in the cube
Hey everyone.I am having a very strange situation.No Data when doing multiple selection cube.The thing is that the situation is created only in the transition between the servers, who have a different...
View ArticleProblem to questioning CUBE when you move it between servers.
Hello everyone ,I am having a problem in the transition between given source cube questioning about USER and ADMIN , and my backup cube to which I refer clients while that I make the process of the...
View ArticleKey generates in scientific notation in client tools
I'm working with SQL Server 2008 SSAS creating a financial cube.In ProClarity, the MDX editor displays:[code]SELECT { [Period].[Calendar].DEFAULTMEMBER } ON COLUMNS ,{ [Cost Center].[Cost...
View ArticleSingle Time dimension with Start of Day = sunday and Start of day = friday is...
Hi All, I have a scenario where at present i have a time dimension with start of day sunday.Using this i have created a report that displays monday datei.e 2013 7/01/2013 14/01/2013 21/01/2013...
View ArticleSecurity groups not working in Analysis Services (2008)
Greetings all! So I have a Windows Domain Security Group (yes it is in active directory and all that jazz). When I add it to a role (the role functions as well, I have tested that independently) it...
View Articleadvice on ssas career
Hi,Currently I AM working in ssrs reporting job ,I have a offer from a good company where I have to work on ssis and ssas .mainly they are into ssas. I want to know whether going for that offer is a...
View ArticleExcel OLAP-connected PivotTable: Filter the column labels
For the purposes of obfuscation, imagine you have a cube where we track a survey of reported favorite colors over time. There's a date dimension and a color dimension and our facts are the reported...
View ArticleCube vs relational database
Hello!We are currently thinking about the pros and cons of moving a relational database to a multidimensional database (aka cube). The database contains approx. 200,000,000 transactional records with...
View ArticleCustom Quarter calculation
Hi All.I have a cube with a standard date dimension (year, quarter, month) and one measure. Currently, the quarter figure is just a simple aggregate of the monthly measure. I need to code a custom...
View ArticleMultiple calculation
Hi All.One other question; apologies if this is basic but I can't seem to find an example. Using MDX how do I bracket a calculation?i.e. (([measure] *100) / 4) + (1/7)Regards,J
View ArticleCannot connect error to Analysis Services in SS Mgmt Studio
I am getting this error in SS Mgmt Studio when attempting to connect to analysis services on a 2005 standard instance:---------------------------------Cannot connect to A connection cannot be made....
View ArticleScope using MeasureGroupMeasures() and Hierarchy level
Trying to evaluate all levels rather than a specific level. Is this possible? The example below is not working for me.Basically, when level > 1, we want all measures in the measure group to be set...
View ArticleExcel functions in MDX
Hi All.Is there a way to reference Excel functions from MDX ?I'm trying to access the LOG function. I can reference the VBA LOG function like so VBA but I get an error when trying...
View Article