New to cubes, is this normal?
I just started a new position and am while I have almost 18 years of experience with development and SQL server, I don't have much with Analysis Services. We are having issues with our SSAS server and...
View ArticleExcel SSAS cube connection - Upgrading to SQL 2012
Dear friends, I’m upgrading the BI platform in a customer to SQL 2012. The customer has hundreds of excel tables with pivot tables inside on client PC's. 1.I need a way to dynamically change the SSAS...
View ArticleNo Filter Data Retrieved
Hi I Want to apply date filter in my dashboard but as i am new with MDX i don`t understand how it works or what i am doing wrong in it. The below code i used in enter mdx formula tab but when i click...
View ArticleFilter KPI value
I need to filter KPIVALUE column exclude null rowsThis is my MDX Codeselect {KPIVALUE("CASH POSITION"),KPIGOAL("CASH POSITION"),KPISTATUS("CASH POSITION"),KPITREND("CASH POSITION")} ON 0,...
View ArticleHow to create cube with the inner join query.
Hi Experts,As I'm new to SSAS, I would have to ask a small thing.I have one sample Query.SELECT Jobs.*, JobStatusMaster.Status FROM Jobs INNER JOIN JobStatusMaster ON JobStatusMaster.ID =...
View ArticleError while processing partion
Hi All,am sorry as i am new to ssas am learning all the basics.i have created partion and when i process it deployment is succesd but when i run it am getting error messgae as below:"Errors in the...
View ArticleHow to write a MDX Query
Hello, I have Dim table say emplyee fact table say Salelet say employee who has sale from 0 to 499 should be under <&500 employee who has sale from 500-749 should be under...
View ArticleMDX TopPercent across different attributes of same Dimension
Hi,I have a simple Dimension that has the following...
View ArticleSSAS 2008 R2: We need UserName() to return UserPrincipalName instead of...
Real usernames can be longer as 20 characters, uniqueness can not be quaranteed as usernames are being migrated from source application.Use https + basis authentication + ASP.NET impersonation to...
View ArticleUse on NOLOCK while connecting via SSAS
Hi Guys,I would like to have SQL server uses NOLOCK query hint while connecting to databases for qube processing. Do we have such option? It is in SQL 2008 R2.Kindly mark the reply as answer if they help
View ArticleError: "DimensionPermission(1,2) The dimension '[DataAreaDim]' was not found...
Hi Setup: One role has one AD group as a memberAccess = None for Data Sources (Default)Access = Read and Local Cube/Drillthrough Access = Drillthroughfor Cubes Nothing set for Cell Data (Default)Access...
View ArticleCube Builds but gets an error on deployment (DDL300_300: FormatString Line...
I am deploying a cube after changing a number of measures and dimensions. The Cube builds sucessfully (warnings only) with no errors. When the cube deploys I get an error message as follows:Error 17...
View ArticleUsing attributes in calculations with measures
Hello everyone,I have a Part dimension and each part is associated with a cost. In my Orders fact table, I have a quantity field for parts placed on an order. Since the cost is tied to each part, I'm...
View ArticleSSAS TABULAR: Not enough memory
Hello everybody, I have an instance of SSAS Tabular that when I build reports from an Excel Pivot Table, sometimes i got the error: "The operation has been cancelled because there is not enough memory...
View ArticleUsing CROSSJOIN - GENERATE in Dax formula inside a SSAS Tabular model
Hi,I need to know if it is possible to use CROSSJOIN, GENERATE functions to create a DAX formula inside a Tabular model to facilitate the querying for a SSRS report instead of using them in a DAX...
View ArticleThe server sent an unrecognizable response error when MDX query does not have...
Hi All,I am using following code to execute MDX query using ADOMD:var connection = new AdomdConnection(connectionString); var command = new AdomdCommand(mdxQuery, connection) { CommandTimeout = 900 };...
View ArticleSSAS Tabular Error YTD:=TOTALYTD( (v_SalesFact[Quantity],...
Hi All I have simple star modelv_SalesFact is fact table DimDate - Date Table , CalendarDate is unique.1-st Measure work ok Sum_pos:=SUMX( v_SalesFact, [Quantity]*[LineAmount] )I want to calculate...
View ArticleError 1 The 'DataSourceView'
Hello,The relationships on my datasource view were not correct so I deleted the data source view and recreated it. After I created the new data source view I got the following error and I cannot seem...
View ArticleProces cube failed
Hello all, Cube process failed with the below error, can any one please get rid of this... Thanks in advance the '2001' partition of the 'Volume' measure group for the ###### Warehouse' cube from the...
View Article