Sorting members in a hierarchy
Hi,I have a Dimension with 2 attributes that I want to order for a filter in a report. One of the attributes is [Client].[Client Group], and the other is [Client].[Client Code].An example of the...
View ArticleSSAS Dimension Snowflake
Dear all,I have 2 dimension tables and one fact table with following relationships.Fact_Stocks Dim_Territory Dim_GeographyTerritoryKey...
View ArticleMDX EXCEPT Expression Issue
WITH MEMBER [Measures].[_DataPresent] AS IIF(ISEMPTY([Measures].[Cost]),IIF(ISEMPTY([Measures].[Promo Retail]),IIF(ISEMPTY([Measures].[Quantity]),IIF(ISEMPTY([Measures].[Regular Retail]),0,1),1),1),1)...
View ArticleThe Dimension does not contain hierarchies, Ensure that the dimension has...
Experts,I am facing problem with one of the dimensions in my deployed cube. This dimension can is processing fine, rows are read. But can not be browsed. While trying to browse, it shows errorError...
View Articlemany to many dimension
Hi,I have order fact table which has keys to customer dimension and product dimension. I need to add customer_product dimension in which are stored productID of our customers for our products.I dont...
View ArticleAggregations
Hi All,We have 5 partitions on our cubes, each partition is looking at the same transaction(fact) table but with a different condition in the WHERE clause. I am looking at the aggregations tab and see...
View ArticleViewing cubes in sharepoint 2010 foundation
Hi Guys,I am looking to publish SQL 2008 R2 cubes using Share point 2010 Foundation as a solution to replace cognos analysis studio, is there a way to browse the cubes within share point front end with...
View ArticleGetting count of rows for all the columns in Fact Tables
Hi All,I have below dataset in my fact table: The keys are connected to respective dimension table using star...
View ArticleNeed to sort the month based on the sort order
Hi,I have created a sort order for the month attribute in the dimension and i have establish a relationship with it.But it is showing the sort order months in the dimension browser.but it is not...
View ArticleSSAS Tabular connection error - SSAS 2012
Hi,on a development virtual machine I've installed a new SSAS Tabular instance. On this vm it was present SQL Server 2012 installation. When I try to connect to the Tabular instance I've an error...
View ArticleUsers Permissions to SSAS cube
Hi I have a cube that needs to provide data to 3 sets of users :1. Executives - They can view and read all data in the cube.2. Regional Vice Presidents - Need to view data only specific to their...
View ArticleSSAS - Process Incemental Data Dimensions and Measures
Hi All,I have created cube and deployed it. I have one table as measure in cube and also have few dimentions from fact table only.Also new data will get inserted in SQL server database using caching...
View ArticleRandom null values being returned
In a previous question (http://social.technet.microsoft.com/Forums/en-US/sqlanalysisservices/thread/39b9421e-8337-440b-bc29-44ec843ee37f) I described a problem with a calculated measure returning null...
View ArticleSSAS Security based on perspectives
is there a way to grant roles accexss to perspectives only in the security layer, please guide, thanksnik
View ArticleDifferent aggregation type based on dimension member
Hi All,I've the following calculation:CREATE MEMBER CURRENTCUBE.[MEASURES].Sales AS ([Dim Status].[Status].&[Purchase],[Measures].[Cost]), VISIBLE= 1 ; While this works, but the requirement is...
View ArticleIs there a limit on the number of the elements of attribute for the dynamic...
SSAS 2012 EE 64xFrom the point of view of performance: Is there a limit on the number of the elements of attribute for the dynamic security?I have attribute, in which there is a 1 million elements....
View ArticleUsing Currency Rates, but need correct totals on Month level
I've got the following situation:Have implemented currency conversion script into Analysis Services.Scope ( { Measures.[Price]} ); Scope(Leaves([Date]), [Reporting Currency].[USD], Leaves([Currency]));...
View ArticleMemory required for SQL Server 2012 Analyses Services and Reporting Services?
We recomendations or suggestion for what is minium memory need?-SQL Server 2008R2-Analyses Services Cube. Cubes are processed during night-Reporting Services on Native Mode.-Not other roles as being...
View ArticleChecking cube and writing report about it
Hi,I need to examine a cube which is very small cube and write report about it saying whethercube built properly or it requires any enhancements.Cannot process cube to check data and i do not have any...
View ArticleAccessing Analysis Services from Excel 2010 client over HTTPS
I have configured a SharePoint 2010 farm consisting of 1 WFE, 1 APPSVR, 1 DB Server, 1 SSAS server. The web application hosted on WFE1 is SSL enabled. The site also hosts SSRS reports. Kerberos is...
View Article