Using Excel pivot table sheet + tabular model as dashboard in sharepoint....
Hi all,I had previously been using this dashboard as a powerpivot, and came to expect certain response times from slicer clicks. I have since switched this to a tabular model connected to the excel...
View ArticleMDX Aggregate function
Hello,My MDX query works fine comparing month by month current year vs prior. Now is month of March but when it comes to April last year all the numbers are jump up too high and I'm not sure what...
View Article"User defined Hierarchy attributes" need to present as "Seperate attribute"...
Hi All,For "Time" Dimension - I have business requirement that , they want to see the user defined Hierarchy "year-->quarter-->month-->date " as well as want to see Year , Quarter, Month and...
View ArticleDimension with relation one to many
Big question here, there is something I don't understandMy fact table contain a Date :DateMy Dimension Table Contain 2 key elementIdPeriodic --> Which refer to another table :...
View ArticleTroubleshoot Analysis Services Role over permission access
Hi,I have a problem I'm trying to troubleshoot.A user belongs to a AD profile called SC_ADM_MZ.In my Analysis Services project I have a role with the same name that has the AD profile SC_ADM_MZ in it's...
View ArticleSelf referencing DAX column expression using table filter made based on row...
Hi, I am trying to solve a DAX related quiz that i will try to explain translated to AdventureWorks DB. I am working on SSAS 2012 Tabular. I load from SQL with following query: select ProductID,...
View ArticleMDX statement (FILTER, EXCEPT) doesn't return expected result
Hello I've got a problem with a MDX-statement. To describe the problem, I have created an equivalent MDX query for Adventure Work database.Show me the Internet Tax Amount of all Sales Order Details...
View ArticleHelp with running total for YTD calculated member
Hi,I am trying to get the running total for YTD calculated member in my cube. My YTD calculated member called [Pounds YTD] is as below:sum ( YTD ( Tail(existing [Fiscal Period].[Fiscal Period...
View ArticleMDX Query: CurrentMember evaluation in calculated dimension member
The following code can get the YTD data as expectedwith Member [Date].[Date].[YTD] as aggregate( YTD( [Date].[Calendar].CurrentMember ) , [Measures].CurrentMember ) Member [Date].[Date].[YY] as 1...
View ArticleParameter
Hello Experts , I have requirement in my cube I have three dates let say 1. Sale date 2. Purchase date 3. Transaction Date when i browse a cube with any date parameter the cube should filter the data...
View ArticleAdding set to BIDS
Hi how would I add a set to BIDS i.e. creating a named set:Can I do this within BIDS?WITH SET MySet AS {[Measures].[Count of TA]} * DISTINCT({ EXCEPT([TA Date].[Date].Members, [TA Date].[Date].[All])...
View ArticleHow to connect Analysis Services to Netezza?
HI, Netezza is ODBC compliant data warehousing applicance. There seems no way to connect SSAS to Netezza as SSAS does not support ODBC data sources. Has any body ever tried it? Please provide...
View Articlenewbie's question mdx
I have two queries:select {[Measures].[Title played amount]} on 0 , nonemptycrossjoin(tail([Date Dim].[Days].[Month Day],30).item(0):tail([Date Dim].[Days].[Month Day],1).item(0),[Date...
View ArticleExamples of manager's presentation on BIDS? Something In layman's terms...
We have a huge database and I believe that, due to the type of data stored and the reports needed, it would be a great candidate for implementing BI, plus it would be an awesome experience for me.The...
View ArticleHow to get total of LY measure?
Is there a way to get the total of a LY calculated measure using MDX? Sorry if I am asking a dumb question as I am new to MDX and learning on the go in my projects.I need this grand total value to...
View ArticleMSAS 2008 R2 Processing problem
Hello,I have a weird performance problem. I am not very experienced with AS, but i have been using T-SQL and other database development tools for years. At clients site there was very poorly performing...
View Articleone-to-one relationship between attributes
I have a dimension named [D Projects] that contains a lot of attributes related to project like project number, project title, project start date, area ... etc.How can i tell the SSAS engine that the...
View ArticleFACT table Size
Hi AllCan you please let me know 1> How to find the FACT table size ?2> How to find application OLAP CUBE size ?RegardsGVS
View ArticleClustering SQL Server Analyses Services?
We have 2 servers on SharePoint farm. The back-end hosts both SharePoint database and Analyses Services.We would have soon point that we need performance for databases. (let assume that we have used...
View ArticleBuilding SSAS cube browser using .NET
Hi buddies,I asked a question in my previous link that any one can help me in providing a better cube browser with similar features as Office Web Componet but end up with no solusion.Now can any one...
View Article