SSAS
When I am trying to deploy on SSAS, I got following error: Either the 'research' user does not have permission to create a new object in 'MANHATTAN31', or the object does not exist
View ArticleSSAS- Hiding Measure groups
Hi,Is there a way to completely hide a measure group in SSAS cube.In my current cube, i have one intermediate fact table ( for M-M relatinship). I have set all measures inside that to be hidden.But...
View ArticleNeed help! Summing measures based on date and other attributes in MDX
I have a scenario where I am trying to sum a number of events based on a chosen a date. I need to show the sum of the events by an academic term and application status category for comparison.This is...
View ArticleTracing and monitoring MDX query against a SSAS Tabular model - SSAS 2012
Hi,in order to trace and monitor the MDX query produced an Excel 2013 workbook connected to a SSAS Tabular data model, is it enough to use the SQL Profiler?I need to see the MDX query produced when a...
View ArticleGroup totals of orderlines amount in ranges (i.e. "100-200", "200-300")
Hi,I'm a newbie when it comes to SSAS and need som help:I have 1 dimension table: Order and 1 fact-table: Orderlines. I easily manage to sum up the orderlines-amounts, but I also want to group the...
View ArticleSSRS Report Deployment Issue
Hi Everybody,I am using cube to generate SSRS report using SQL Server 2008 and BIDS 2012. My reports are working proper on SQL Server Reporting Manager on server. But when I try to link my report with...
View ArticleSOS! I have lost/ovewritten ssas ptoject SLN file. How do I recover/rebuild...
When working on SSAS Cube Visual Studio project via remote desktop, I accidentally opened 2 remote desktop sessions. I finished/deployed the project logged off from 1st (valid) session, then when I...
View Articledisplay hierahecy one after another in MDX
hierarchy 1 Countcountry 2State 4City 2Hierahey2Distributors 3Retailer 5i want to display...
View ArticleCube Browser - Filter Area
Hi, guys.Here`s my problem.I developed a cube using adventure works dw 2008 database, and create 2 dimensions: Product (category, subcategory and product) and date (year,month,date). Theres also one...
View Article2008R2: why are all partitions processed when updating dimension?
Hi all,I have a cube with a number of partitions in a measure group based on a monthly 'run key'. I have the correct slicer setI modify one of the dimension attributes for a single dim row that I know...
View ArticleHow To Create Flat Level Hierarchy In SSAS
How to create flat-level hierarchy in cube. Please see the below screen shoot, in that if you see hierarchy does not have drill down symbol, when we browse it should automatically drill down and show...
View ArticleHelp with MDX amounts
Hi,I'm new to MDX and am querying our financial cube for a report I'm building. When I run this statement:SELECT NON EMPTY {[ACCOUNT.H1].[REVENUES],[ACCOUNT.H1].[SRVCPROF_WO_ALLOC]} ON 0, NON EMPTY...
View ArticleCreate a Calculated Measure based on dynemic dimension values.
Hello All,I want to create a calculated measure, which includes the measure and a dimension value ( Dynamic). here is my query requirement. I am looking for number of active account in last X number of...
View ArticleSSAS Tabular inconsistency between hierarchy and attribute
Hi,We have a tabular model with this structure:Fact--------------------ObjectId TypeP11P22P33P41P52P63P71P82P93P101Dimension-------------------------ParentId TypeA1A2B3In the dimension we have defined...
View ArticleSSAS Tabular partitions
In SSMS is there a way to browse the partitions in a tabular cube? If there is no direct way of doing this then is there a alternate way of doing this (Except importing to a Visual Studio...
View ArticleCombining Calculated Member with a Calculated Measure
This code is fake but illustrates my issueWITH SET someSet as FILTER(dimWhatever.someHierarchy.allmembers,Measures.Relevance<5)MEMBER dimWhatever.someHierarchy.[Other] AS Aggregate(someSet)MEMBER...
View ArticleBrowse cube, some measures show, some are not
I don't know what happens.But when I click on the table from data source view and browse data, anything show values.Can anybody give me a clue ???THanks
View ArticleTabular Model: DAX Calculated column to contain row from another column with...
Hello,We have a data mart from which we created a tabular model, which contains a dimensional table for users information, such as gender, name, age, etc.We have another table called UserIdentity which...
View ArticleWeird issue...
We use SQL Server 2008 R2 to host our DW. On top of this DW, we have built cubes using SQL Server Analysis Services 2008 (SSAS). About two years ago, our company got acquired by another company and our...
View ArticleSSDT 2012 BI - Cube Calculations Color's are wrong
Hi AllI'm doing my first Cube Calculations development in SSDT 2012 BI. The syntax highlighting colors have changed from previous versions. All my Keywords are Green, excatly the same as comments. This...
View Article