MDX Cross Purchasing Query
Hi all,I'm trying to construct a query that will find all customers of store X who purchased in other stores after store X closed.Ideally it would only show those customers who have purchased.Many...
View Articlehow to set parameter in cube level while having two datasets
i have two datasets on same cube for generating report.howto set parameter in this situation.
View ArticleGetting #VALUE! in the cube browser
Hi,I'm new to BI and this forum. I created a calculated memeber and when i tried to see it in the browser i'm getting the '#value!'.Can someone throw me an idea as to what might have went...
View ArticleMDX Query Running very slow after adding a new dimension
Hi,I have made some changes to an existing MDX query that was running just fine through a reporting services interface, and it now seems to be taking over an hour and a half to return the correct...
View Articlei am trying to read a local cube got error {"A connection cannot be made....
Microsoft.AnalysisServices.AdomdClient.AdomdConnection _conn; _conn = new Microsoft.AnalysisServices.AdomdClient.AdomdConnection(); _conn.ConnectionString = @"Provider=MSOLAP.5;Persist Security...
View ArticlePowerShell script to process ALL SSAS databases (dimensions, partitions, and...
I searched everywhere for a simple method to reprocess all my SSAS databases and ended up just writing a PowerShell script to do it for me. Below is the script.## TODO: Replace SQLServerName with the...
View ArticleTabular Model building performance
Hi, I am dynamically building multiple Tabular Models using AMO2Tabular. When the model is increasing in size (50+ tables, 1500 columns, 200 measures) adding new objects becomes very slow (300+...
View ArticleSuppress ROWS Axis header output in MDX
I have a Reporting Services report with an MDX query that returns ~150k rows. The ROWS axis is a cross join of a few dimensions, some of which have long text fields that results in a data payload of...
View ArticleCell Security and Performance Issue
Hi I have been searching the internet for the last 3 hours on the performance issue I have with the write-back cell security. I have a cube with 5 measures. 2 of them requires a write-back ability. I...
View ArticleHow can one change SSAS Tabular hierarchy on the fly?
I want an user (already part of the Admin Role in SSAS Tabular Model Database) to change hierarchy on the fly (using an UI screen). Can someone please guide me.
View ArticleIncorrect Subtotal in Excel Pivot Via Cube
Hi I have something very strange thing going on and can not figure it out what is going on here.I have developed a cube with Cell-Write-back on on SQL server 2008 R2. Using Excel, a cube is connected...
View ArticleNeed help in making initial discovery of SSAS dynamic security faster
Greetings,I have an MDX-based dynamic security implemented in most of my cubes. Lately the initial discovery time for dynamic users went to 2-3 minutes. After the initial connection, querying is...
View ArticlePerformance issue for One of my MDX Code
Hi Friends,I was writing one simple code it was running about 1 min to get the required result.Can anyone have a look how to improve the performance of this QueryWITH SET dates_forVoidEOTStartDateVUN...
View ArticleHow can I get YTD for a specific member of a NON time dimension
I'm trying to create a calculated member in my cube the will return YTD for a specific member of my Account dimension and don't understand how to do it.//This calculation works great. //It returns Per...
View ArticleMultiple Column Key - SSAS Tabular
I have a requirement where most of the tables have a two column relationship with others. For instance,Table 1 (related to Table 2):RoundID + EntityID => Primary KeyTable 2:RoundID + EntityID =>...
View ArticleData Type precision issue - 0 displayed as a very very very small number
Hi All,I have seen a few posts similar to this, but none of the suggestions get me anywhere. In my SQL DB, I have a some rows of a fact table that sum to zero at the fact level. The specific column is...
View ArticleAny solution for better performance about a cube with 3 distinct counts on...
Backgrounds:I have a big table about 180G for size and 4 billion rows on SQL server 2008R2 64bit so far, and growing much very day. So far, we partitioned source DB table by ColumnA, and we have 3...
View ArticleHow to hide certain dimensions using AMO method in SSAS.
I need to hide the certain dimension in SSAS by using AMO method . I found certain code to connect the SSAS catalog and read the cube structure by using AMO method and all I want to hide certain...
View ArticleSecurity across dimensions
All,I am new to the 2008 version of the SSAS and have setup a cube that has a number of dimensions. To make it simple, I have a measure called sales, and dimensions called company, sales team and...
View ArticleMDX Get Time when Min or Max Occured
Hi everyoneMy post is some what simliar to this post titled "Find date of running total max and min" But its getting done in SQL there. I want to do it in MDX.how can I compute a calculated measure for...
View Article