Securing calculated measures
I've got a role for which I need to hide certain measures (as well as hide calculated measures based on the hidden measures). I have tried both of the following: "Select all members" and then...
View ArticleEasy way to calculate percentile in SSAS
Hi,I have created SSAS database. I have almost 1 million of record for each measure . In a single MDX query i have to calculate 25th, 50th and 75th percentile for almost 10 measures .so Is there any...
View ArticleOLAP Cube Translations Collapsing in Excel 2013 Pivot Field List
Dear all,two years ago I posted an annoying issue that happens in the Excel PivotTable Field List when working with a SSAS data source: whenever a translation of an OLAP cube is used (by specifying the...
View ArticleExcluding Selected Measures from a Dimension Product Hierarchy & individually...
Hi since i said i do security on SSAS i did not think it would be so tricky but am getting to learn a bit of MDX so it good...So my problem is that I've a product Hierarchy like this.Product S_Cat --...
View ArticleThe infamous "a duplicate attribute key was found while processing the...
Hello,I've been struggleling for some days now with an olap cube we have in our company.From one day to another a dimension of the cube just won't process anymore. I always the the "duplicate attribute...
View ArticleA connection attempt failed because the connected party did not properly...
Using the same Excel workbook with an existing data connection where the actual username and password is stored (so not integrated security), I get the following results:I can query the SSAS...
View ArticleORDER, TOPCOUNT, TAIL, etc breaks calculated member in SQL 2012 SP1
Hi,I had a report in SSRS that was working just fine in SQL 2012. I upgraded to SP1 and my client informed me the report was broken.When I looked into it I found that I was getting an error because I...
View ArticleHow to exclude option 'Unknown' in the paramter values which uses SSAS cube...
My data set is based on SSAS cube and the parameters created based on it. Each parameter has value 'Unknown' and I want to eliminate it. I have checked database table which based on attribute values...
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 ArticleDynamic Measures Calculation
Hi,Is there a way to calculate value of any measure for current year by just creating a generic mdx calculation?For Example lets say i have two measures A and B. -I can create two measure like below...
View ArticleNeed Average Aggregation, but exclude 0s
I just built my first cube. Yeah!!!The cube is based on helpdesk tickets. Every fifth ticket a Survey questionaire is sent to the customer and they may or may not respond. So if I look at a helpdesk...
View ArticleFILTER Question
I have a question regarding a FILTER clause in MDX. I have what I think should be okay MDX syntax, but when I try to prepare the query in Query Designer, it just hangs. Is the syntax I'm using...
View ArticleReceipt Dimension
Hi,We have a system that tracks receipts in different stores.most of the queries are aggregative ,but sometimes users also want to find receipt with strange behavior. when we try to query this...
View ArticleFILTER Syntax
I have the following MDX query that acts as a dataset for an SSRS report:SELECT NON EMPTY { [Measures].[AR INV PAID TO DATE] ,[Measures].[AR INV AMOUNT] ,[Measures].[AR INV AGE] ,[Measures].[AR INV...
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 ArticlePower View connecting to SQL Server 2012 CTP
Team -- I have installed the latest SQL Server 2012 CTP which contains "Multidimensional" support for Power Views. After I installed I was trying to connect to the cube using Excel 2013 and it works...
View ArticleCube Calculated Measure, dependant on attribute value
Hi Folks,I am struggling with a cube problem and i would greatly appreciate some assistance.For simplicity the problem can be summarised as this: I have a fact table with a Measure, Delta and a FK to a...
View ArticleMDX query to show dimension values in Excel
Hey guys,I have a problem with an SSAS cube: I need an MDX query to show dimension values. The statement i defined so far looks like this:IIF ( [Measures].[Dimension1 Count] > 0 AND [Dimension...
View ArticleCannot connect to [SERVER] - Authentication Failed
On our SQL Server 2008 R2 server, a user gets the following error when trying to connectremotely to Analysis Services using SQL Management Studio:Cannot connect to [SERVER] Authentication Failed -...
View ArticleHow to do caching in SSAS
Hi AllCan anyone help me out in this.In my database i have stored value for new customer in cache table using below query.But i want to do the same in SSAS without using cache table.Here senario is i...
View Article