MDX Help Please
I have created a calculated member that calculates the % Target for a hospital using the following MDX:[Measures].[NEAT ED Attends LOE 4Hrs Num] / [Measures].[ED Attendance] It shows the correct %...
View ArticleAS OF reporting
HiI have a question regarding modeling a situation when the incoming data is changing over time. For example a transaction could be fixed after it was created and its attributes are being changed. The...
View ArticleExcel MDX and NON EMPTY
We have an Excel 2010 pivot table hitting a SSAS cube. The basics of the Excel MDX is:SELECT NON EMPTY Hierarchize({DrilldownLevel({[Project].[Project Name].[All Projects]},,,INCLUDE_CALC_MEMBERS)})...
View ArticleMissing Data Sets Window
Running BIDS with Visual Studio 2012, the Data Sets Window seems to have gone away. Can you tell me how to bring it back?
View ArticleMissing Process Options in Analysis Service Processing Task editor when try...
hi I got a weird problem. in SSMS , when I try to process a partition, the process Options contains the following options:however, in the SSIS control task Analysis Service Processing Task, the...
View ArticleReview on the daily incremental cube database
hi guys: I am creating a SSIS package to process the cube database on a daily basis. Our cube database is around 50G and a full process on the database may take up to 120 mins, I certainly do not...
View ArticleProcessAdd in processing options for keeping data fresh in dimensions (very...
hi all, maybe it's a stupid questions but when I open Analysis services processing task editor in ssis to process dimension, I just can not find the ProcessAdd in the Process Options List?...
View ArticleCube Browser - Filter Area
Hi, guys.Here`s my problem.I developed a cube using adventure works dw 2008 database, and create 2 dimensions: Product (category, subcategory and product) and date (year,month,date). Theres also one...
View ArticleDefault Member overwriting multiple item selection
Hi,I have two sites with SSAS cubes that are very similar.The cubes have a default member in the calendar dimension to pick the current week and this works great.The problem i have (but only on one of...
View ArticleInner Join Subquery data display
I have a query that uses a sub query on a INNER JOIN SELECT SUM(A.qtyord), A.Item, A.Description, A.Class, B.Forecast, CASE WHEN B.Forcast = 0...
View ArticleCan we access SQL 2012 database tables from SSAS 2000 cubes
HiIn my project, SQL server 2005 is being replaced with SQL server 2012 as database.Currently, Cubes are designed in SSAS 2000 and will be migrated to SSAS 2012 in PHASE 2.So, till migartion happens...
View ArticleCREATE SESSION CUBE command by Excel Grouping creates a shadow copy on the...
Dear all.If you done grouping in excel the client creates a session cube with the following MDX.CREATESESSIONCUBE [<Cubename>_XL_GROUPING1]....This session cube will be created physically on the...
View ArticleThere are currently no logon servers available to service the logon request.
Hi,I have quit some experience with SQL Server 2008 BI projects, but I am not a system administrator.I just installed a trial version of SQL Server 2012 on my laptop (Windows 7) in order to figure out...
View ArticleConditions in Calculated Measures and in KPI
Hi,I have one Dimension Called CaseCreationDate and I have a measure [total distinct case header count]. I would like to create a calculated Measure called historical cases.If CaseCreationDate >...
View ArticleCannot connect to Analysis server
Gooday , I am trying to log in to our analysis server using my windows authentications,for some reason i am not able to and i get this error"Cannot Connect to "ServerName\Instance""The Execute element...
View ArticleMDX execution failed by throwing "cannot prepare statement"
I have executed below MDX query on multiple cubes(different Cubes) but same Sql Server database. SELECT {[Measures].[Distinct Count]} on columns , NON EMPTY [Dim].[Attribute].MEMBERS on rows FROM...
View ArticleDistinct values for a Tabular columns - SSAS 2012 Tabular
Hi,I'd like to know if it is possible to say which is the max number of distinct values for a column in a tabular model to maintain a good query performance. Certainly, fe, having only two distinct...
View ArticleUnable to browse cube after applying data security on dimension
We have a revenue cube with one of the dimension as office. Office dimension has various values like branch1, branch2,....I want to have dynamic data security on this cube so as to person belonging to...
View ArticleRelating one dimension with multiple Fact columns, is it possible in SSAS
Hi, here is my task.Dimension TableIDNameRegion1ABCUSA2DEFUSA3GHIAUS4JKLUKFact TableID_1ID_2ID_3ID_4QuantitySale123410110432110200123410200432115150Now I want to create relation between these fact and...
View ArticleUPDATE DIMENSION MEMBER
I'm getting beat up pretty badly trying to do something and I'm beginning to think it's not possible. I'm on my last gasp before giving up. What I'd like to do is change the default member of a...
View Article