Pivot Table data does not refresh, even though refresh completes successfully
Hi all,I received a workbook from a user which has a pivot table in which the data is not refreshing. If you click on refresh, it takes a long time (maybe 20 seconds) to perform the refresh. It says...
View ArticleCalculated measure is displaying wrong data
HiI created a calculation measure which is displaying data more than what it is in my cube so can anybody Please help me. thia is my queryCREATE MEMBER CURRENTCUBE.[Measures].[Non Trad Admin Med Srg...
View ArticleInventory Count Measure
Hello,I am struggling to create an Inventory count. I used LastNonEmpty as the aggregate type, but it doesn't seem to provide correct results. Can anyone point to a complete solution?Thanks,GBM
View Articlecount fact rows with in date range in mdx
I have 3 dimension tables - team, gamedate and gameinfo. A fact table that has teamid,gamedateid. A bridge table that has gamedateid,gameinfoid. I created 2 measure groups one on fact table and one on...
View ArticleDe-normalised schema
1) I went through some online articles and I found that in most of the articles it is mentioned that De-normalized form of data model is better than Normalized one for SSAS CUBES. So Can anyone...
View ArticleWait for other ans : How to format any Date Fields in dimensions table in...
Hi,Does any body have idea that how to change the date fields value format into mm/dd/yyy , so while browsing the cube in Excel it see the date fields in mm/dd/yyyy instead of 2012-06-30...
View ArticleError when build cube - A duplicate attribute key has been found when...
Hi all,I got an error “Errors in the OLAP storage engine: A duplicate attribute key has been found when processing: Table…” when built new cube. It looks strange in my case. I created a small example...
View ArticleEleminate or Exculde members from existing Set in MDX
Hello All,I need an MDX to eliminate some of the members in existing set, my scenario is as belowI have dimension which has n-level parent child hierarchy and I am using that dimension in PPS...
View ArticleSSAS - Network encryption
Hi,I know that the network traffic between client and SSAS server is always encrypted. Does anybody know which kind of encryption is used there and how strong it is?Thanks,Thomas Pagel -...
View Articlemeasure question on factless fact
I have 3 dimension tables - team, gamedate and gameinfo. A fact table that has teamid,gamedateid. A bridge table that has gamedateid,gameinfoid. I created 2 measure groups one on fact table and one on...
View Articlessas internals
Hi. One of my peers asked why he cannot find classes and/or books on ssas internals. Is it that such info is more propreitary than the internals of other parts of the sql server stack? He's most...
View ArticleCube browsing across three fact tables
Hello Everyone,I am working on a project to create a cube for healthcare.I have 3 fact tables.1. Main Fact table : This is at the granularity of the visit-providerrole.2. Diagnosis Fact Table: This is...
View ArticleBest way to accomodate over 150 measures..
Hello All,I need some direction. I just took over a project where the fact tables have over 150 measures. The number of dimensions are very few (5 only) but the fact data is coming from a forecasting...
View ArticleRow or Field alias Name in MDX query
Hi All, I am new to MDX, can u please resolve the below query.Query:----------------------------------------SELECT { [Measures].[Intetnet sales Amount], [Measures].[Internet gross profit] } ON...
View Articlessas 2012 xml for analysis request timed out
Hi All, Please check below mdx queries and concern. OK: SELECT { [Measures].[Lapsed Time] } ON COLUMNS, FILTER ( { ([Master].[Date].[Date].ALLMEMBERS * [Processed].[Shift].[Shift].ALLMEMBERS *...
View ArticleHow to create Cube Partitioning, Processing and build script for prod or dev...
Hi All,Any help is highly appreciated.Done with the developement part of cube. Now its time to 1) to Give cube build script for dev and prod environment : - Don't know how to create script and give to...
View ArticleSyntax error occurred during parsing: Invalid token -> when there is [] in...
Hi All,I have two mdx queries below and the only difference is the dimension value.If dimension has brackets, the exception is thrown.(Refer to query under Not OK, the brackets are bold and in red...
View Articledisplay null for future dates since the last sale date for MTD
Hi,I want to show null value for future dates in MTD since the last sale date (we can assume this is the date after last non empty date). Please look at the screenshot below.Here is my MDX query for...
View Articlemdx query XML for Analysis parser: The XML for Analysis request timed out...
I know there are a few posts talking about the issue already. However, I have not got one working for my case.I ran a MDX query from SSMS. After nearly a long time, I got the error:XML for Analysis...
View ArticleUpdating cube using writeback when processing the partition using...
Hi,We have a cube which contains only one partition(Writeback enabled). This partition is having proactive caching enabled.IssueWe have a client application which writes data to this partition using...
View Article