Data between two dates
HelloHere is my code :WITH MEMBER [MEASURES].[TEST] -- CALCUL DU NOMBRE D'OPC ATTRIBUE A L'EQUIPE AS [Axe_ORGANISATION].[ID_COLLABORATEUR].members.count SELECT NON EMPTY { [MEASURES].[TEST] } ON...
View ArticleHelp with MDX to mimic SSAS Last Non-Empty
I need a calculated measure that produces the same results as the Last non-empty semi-additive in SSAS. Here are the details:I have a fact table setup like below. Promo is a measure and it is shown by...
View ArticleMDX - FROM SYSTEMRESTRICTSCHEMA() possible to include placeholder/static row?
Hi all,I'm setting up dynamic partitioning and im looking at using the following MDX query in an oledb sql task (using AS oledb driver)SELECT True AS PartitionExists FROM SYSTEMRESTRICTSCHEMA (...
View ArticlePlacing monthly measure and ytd measure on an Excel 2013 wrkb from a SSAS...
Hi,in a tabular model I've a measure that depends to a time dimension, fe Invoiced amount. I've also calculated the YTD.Now, I want to put the monthly measure and the TYD on the same classic pivot...
View ArticleFilter MEasure and show one total line
HI All, I try to filter the categories where tax is greater than 10000. Below Query works fine. But now I would need the result set aggregated by Oct 2013 in one total line without spliting up in...
View ArticleHow to calculate outstanding checked out books
I have a need to calculate something similar to checked out books from a library. Suppose I have table that keeps the checkout and return dates for each book and I have created a cube that have a...
View ArticleSSAS linked measure group and non related role playing dimensions between...
I have two measure groups.. In seperate cubes...Population_cube 1) population_yearly date_id population_ct2) medical_cases begin_care_date_id end_care_date_idI have the following date dimensions 3)...
View ArticleAnalysis Service - Tabular Mode Project
I'm trying to create a new Analysis Server Tabular Project from VS 2010, when doing so I get an error "Requested Registry access is not allowed", I believe this is to do with security. I'm in the...
View ArticleMDX Except() empty cell issue
Hi,I'm using Except() with NonEmpty() to create a set of new products based on transaction time.Here an extract from the query :WITH SET NewSet AS EXCEPT(...
View Articlecreate a matrix based on measuer value range in MDX
hi,i want to create a matrix base on my class range,i.e my class range A fall between - 70 to 88 this class range is based on my fipscode(county code).i want to...
View ArticleAdd a Region-Country dimension with many to many relationship
I am designing a Cube in BIDS 2012 and I encountered a many to many relationship, which is actual really common, that is giving me some trouble.In my fact table I have TotalSales measure that has...
View ArticleUnion different dimensionality data MDX
Hi Friends,I have a small issue. I was trying to UNION different dimensionality data like this WITH MEMBER [Segment].[Segment].[CK] AS ( [Segment].[Segment].[All], [Property].[Propertdetails].&[CK]...
View ArticleManaging "Text" fields in DImesional model
Hi,I have some data which also has a "comments" field. Also there are other fields which can be updated every time i receive new data. For such scenarios shall i update the Dimensional table utilizing...
View ArticleMore Relationships between Fact & Dimension
Hi, this is my first cube project and I am stuck on the design. I have one Fact table tracking different floating statuses of my Products. Simply, I have the following: [Date], [Product_ID],...
View ArticleTabular model pulls all the records while developing project
Hi there,While creating a tabular model, it pulls all the records from the table.Is this a mandatory for tabular model.. cant it just let creation of project with out actually pulling data( like MDM)...
View ArticlePerformance Point report with date range from current first day of month
Dear Team,I need to design a Performance Point report from SSAS cube which will show all the dates from 1st date of the month to Selected Date from the filter : below is the snapshot of this report....
View ArticleWrite-back feature for SSAS Tabular
Hi,actually SSAS Tabular hasn't the write-back feature instead of SSAS Multidimensional.So, when will be a such feature available? Next 3 months, 6 months or more?It doesn't seem that the write-back...
View ArticleRollup children to Immediate Manager(Not higher than his level) when there is...
Hi ,I have 4 fact tables one of them has "regular" relationship with employe dimension(rest of them are many to many) I load the fact based on the template they Provide everymonth (hardly 500...
View ArticleTabular Model Accessed in Excel: All attributes format set to 'General'...
Hello,I have an issue with Excel accessing data from an SSAS tabular model which is driving me mad.I managed to successfully create a data connection to an SQL 2012 SSAS tabular model in Excel 2013,...
View ArticleRunning SQL server Analysis services 2008 next to SQL server 2012
Hi,We have an issue with a company that is configuring the SQL environment for a client.They work on SQL 2008 and our client uses SQL 2012. What I understand is that SQL 2008 is not (official) forward...
View Article