UPDATE CUBE statement using WEIGHTED_ALLOCATON gives "type mismatch" error
UPDATE: Environment is Microsoft SQL Server 2008 R2 (SP2) - 10.50.4290.0 (X64)----Hi all,In a writeback enabled cube I am having trouble with a "type mismatch" error that occurs as soon as I specify...
View ArticleSSAS IgnoreUnrelatedDimensions and Grand Total behaviour
Hi All,I'm stuck on some things. If F Qty is selected I want Sales Line Selling Quantity to repeat. I don't want to change the global setting 'IgnoreUnrelatedDimensions' (as we have lots of users using...
View ArticleSSAS 2008 Sort Drillthrough Report
Hi,I've got a problem with the Drillthrough Action is SSAS 2008. I want to set the sort order of the Drillthrough Report by a specific drillthrough column, but I can't find a solution for the problem....
View ArticleMDX Query problem when populating data set
Hey All,Trying to convert my query in SQL into MDX so I can populate my dataset for my tabular project. My SQL query returns 400k rows and when I run it in the query window using MDX, changing out the...
View ArticleJoining Cube data with a single column from OLTP table
Hi , I have a requirement wherein we have data in DW Cube regarding all orders , their items , catalogs etc . but the authorisers of the orders who are employees of the organisation itself ultimately...
View ArticleYou cannot deploy the model because the localhost deployment server is not...
HiI will try to deploy my multidimensional project in my system, but i installed my sql server in Tabular mode. now i am getting deployment error.so how can i solve this without uninstall of my SQL...
View ArticleHandling time-zones with separate date and time dimensions
Hi all, I have separate date and time dimensions. My cube stores data in UTC+0. I would like to display my measure aggregated per date in UTC-5. Here is my code:...
View ArticleMDX to calculate an aggregate ratio over a period of varying months
Hi,I need to calculate a simple ratio in MDX, basically its just measure 1 divided by measure 2 like this:CREATE MEMBER CURRENTCUBE.[Measures].[Loss Ratio] AS DIVIDE(Measures.[Incident Total...
View ArticleSSAS - Cube - Role related Question
Dear All,i am a junior software developer . I am stuck at one point that my client want to add 8000 roles in its cube with filter condition on branch name.For example . 1. Mumbai sales person can only...
View ArticleError on opening SSAS Solution
I'm suddenly getting the error below when I try to open my solution file.Is there anything I can do to fix it? ============================ Error Message: ============================ The 'AttributeID'...
View ArticleSQL Server 2008 R2 Analysis Service Cube Processing failed. Event ID :...
Hi,OLAP Processing through Script Task from SSIS package fails some times. Error Log in SSIS log table is Script Task returned failure. On Analysis Service log i could see the service has restarted...
View Articleimprove view performance that use remote db
I have some views in my DW database that use some tables in the local db, and some from a production db. For my dev environment, I was using a copy of production db on the local server that hosts DW...
View ArticleTopCount by year
I am new to MDX and looking through the examples in Adventure Works there are TopCount in calculations for named set.The example looks to return a set over the entire cube.What I would like to know is...
View ArticleAutomation of SSAS cube deployment
Hi All,I would like to automate following steps of Cubes deployment.1) Take cube backup2) Restore cube backup to analysis services.Thanks you.
View Articlepass multiple mdx member via ssrs drill through
I can use the following ssrs expression to pass a member in a ssrs drill through action="[Geography].[Country].&[Australia]"if I do the...
View ArticleMDX with subselect and measure using current member function
Hello, Is there a best practice for having an MDX measure that references the currentmember function work in a subselect? Given the example below based off of AdventureWorks we have a measure that gets...
View ArticlePerformance issues
Hello All, A simple query as below is taking around 2 mins to retrieve the result can anyone suggest the reasons for it.SELECT {} ON COLUMNS , [Wholesaler].[Wholesaler].[Wholesaler] ON ROWS FROM...
View ArticleIF statement slow in tabular model
Hi,I have a simple tabular model. There is a sales table (2m rows), product table (80k rows), store table and a calendar.In the product table there are 10k unique product codes. In the sales there are...
View ArticleCustom output from MDX Query
Hi All,I have a sales cube from which I want to fetch channel wise sales data.I have channels ABC-PQR, ABC, LMN-PQR & LMN.I want to extract data of ABC & ABC-PQR as ABCSimilarly for LMN &...
View ArticleCannot find NT Service accounts
I am trying to go through the AdventureWorks tutorial. When I try to add the login NT Service\MSSQLServerOLAPService to the database server logins, I get a message that the login cannot be found. I...
View Article