SSAS Security
Hey I’ve a cube where I’d like to implement security access on different measures and calculated members I've a calculation named profit which is derived from [Measures].[sales] - [Measures].[Cost]...
View Articledatatype changes from DATE to INT in DRILLTHROUGH
Hi Guys,I'm adding a drillthrough action on my cube. The measure displays in DATE on the field. I then created a drillthrough and added the measure to the drillthrough columns and when I perform the...
View ArticleDrillthrough on 2008 R2 very slow (it is MOLAP)
I have a Factgroup of Sales with the Dimensions Customer, Product, Time. A Query on 1 Productgroup, 1 Month and all Customers to return the Cell-Value I want to drillthrough needs 4 sec after a restart...
View Articlememory leak advice needed
Guys I'm seeing a memory leak with SQL Server 2008 analysis services I am a newbie at analysis services. So with that said what would cause analysis services to start sucking down memory? The server is...
View ArticleAdding time dimension in the project
I have two dimensionsContact and Sales and fact tablefact table contains following attributesOrderDate,TotalDue,TaxAmt,SubTotal,FreightMy Source table does not contain any Time table.I want to add Time...
View ArticleHow to attach/install an analysis services database
Hi guys,I need some help with attaching an AdventureWorks analysis services database. I am trying to attach it but am getting the following error:The database folder '<folder>\AdventureWorks...
View ArticleDifferent aggreation results with and without a dummy WITH clause
I'm trying to diagnose a bug in a calculated measure in a SSAS cube, and while debugging I get this weird behaviour ...[code]select [Measures].[Net Lost Commitments] on columns , {[Date...
View ArticleMDX First month of year
This shouldn't be as hard as it seems; I want to always get the first month of the year (January) regardless of what month is the current member. I'm going to use this later on (if I get it to work)...
View ArticleMDX simple concept question
As near as I can tell from documentation, the Descendants() function returns a set.This returns a set of 1,500+ product names.[code="plain"]SELECT { } ON COLUMNS, {Descendants([Product].CurrentMember,...
View ArticleRestricting admin permissions
HiI have a strange request from our BI department and I'm pretty sure it's not possible, but just want to make sure there is not way to do this.All the BI guys have admin rights to the Analysis...
View Articletrying to make my first report and it is not going :(
Hi,I am new here, I have a question, unfortunately every time I solve it on my own I keep mixing the code even worse.I need to get as a result a table that looks like this.Item YesterdaySum Payments...
View ArticleLogin failed for user 'NT Service\MSSQLServerOLAPService' 28000
I am using SQL Server 2012 developer edition on Windows 7. I have the following error attempting to process a dimension: OLE DB error: OLE DB or ODBC error: Login failed for user 'NT...
View ArticleCheck measures across Analysis Services DBs
Currently I have 12 Analysis Services DBs that schedule to update every month. (They are all the same hierarchy/Structure).After the monthly update, I will check the job status and run a mdx query to...
View ArticleOut of Memory problems creating an SSAS Tabular Model
I'm trying to design a Tabular Model but when I point the Table Import Wizard at my primary fact table, I get an out of memory error that says to try it with a 64 bit version of the product.Except that...
View ArticleUsing CustomRollupProperties with Calculated Measures
Hi,I am not sure if this is at all possible. I have a cube that manages financial data. It uses a parent-child hierarchy to manage the different income statement accounts and order them accordingly. In...
View ArticleXMLA Query Stops Processing Consistently after being run 5 times
Hello all,Any help with this is appreciated. I have very little experience with SSAS so any info suggestions are good. Also If you need any more info let me know.I will explain the the xmla Query,...
View ArticleCreating a Cell Calculation
Hi Everyone,I hope someone out there has experience with this. I am trying to use a cell calculation in my cube that formats a value based on the account it is using (Percent or Currency). The...
View ArticleSum and Group Results - Date Comparison
I am working on a MDX Dataset from a TFS2010 Cube (I Have also posted on the Team Foundation Server - Reporting & Warehouse forum).I am looking to produce the trend of aged defects over the last...
View Articledates and columns
hi,i have another question (or two) :)1) i want the mdx to always return the data from yesterday without choosing the data, can someone please tell me how to do it? everything i tried doesnt work :(2)...
View Article@CURRMBRRANGE to MDX query
Hi ,Please help me out to get the Proper MDX query ..Below is my Essbase formula need to be converted to MDX query ..IF(@ISMBR(Actual,Budget,Forecast))(@SUMRANGE (A02,...
View Article