date Hierarchy (simple hopefully)
HiI'm new to SSAS.I have a dimension table with multiple date fields and I would like to add a hierarchy to each of the fields so I can view the data by month year etc.do I need to add multiple date...
View Articlecheck if cubes are used or not
We have old SQL 2008 server which only has SSAS installed.I can login and see the cubes data sources are connecting one of our production servers.But developers in their group does not know who is...
View ArticleHas SSAS Multidimensional changed since SQL Server 2008 R2?
I've noticed that since SQL Server 2012, SSAS's focus has been pretty much exclusively into developing tabular mode. My question is: has anything changed significantly for SSAS Multidimensional mode...
View ArticleMDX for last year values
Hi,I am using SSAS 2005 and trying to create a MDX for the hierarchy Fiscal Period (Year->Quarter->Month->Day). The user will be selecting multiple dates. I have this MDX below but I am...
View Articleitem with the same key has already been added - SSAS
Am trying to create a new measure but keep getting error:"Item with the same key has already been added"Meanwhile, no measures exist for my model as far as sql server management studio is concerned and...
View ArticleDAX formula counting unique columnS
Relatively new to DAX in Tabular SSAS. Looking for a way to count distinct items that have to meet a LEN criteria. Something like this=IF(LEN([COLUMN1] > 4), DISTINCTCOUNT([COLUMN1], 0)))I did...
View Articleif “Tabular semantic model” can be used same way as Report Models.
I am Researching if “Tabular semantic model” can be used same way as Report Models. I am trying to Build a POC using new mechanism.(SSAS)Any ideas please?
View ArticleGroupby in DAX
So........My previous post I ended up getting down to the month year level, but to drill down to the supplier level I am forced to do a case statement to row count for each record. I did that in SQL...
View ArticleSSAS RelativeCalendar CurrentYear CurrentMonth
I have a dimension DimDate (Year, month, days, quater) and in this dimension I would like to create a relative calendar corresponding to the relative year and relative month. Eg in: - Relative Year I...
View ArticleMeasure in AllMember is greater then the Sum of all Members
Hi,I have a Measure called "LS Anzahl" which value in the ALLMEMBER is greater than the SUM of all Members in the AttributHierachy.[code]Select [MEASURES].[LS Anzahl] on 0,[Rechnung].[Re...
View ArticleBest practice for saving SSAS and copying for DR?
I'm currently working locally on a SSAS project I have several hours invested in. Is there an easy way to keep saving iterations of the same project into the project folder? It seems when I try to...
View ArticleSSAS Tabular with CAWA
Has anyone use CAWA plus scripts to automate processing of SSAS Tabular tables? How does that worK?
View ArticleWhat's the best processing approach for individual SSAS Tabular tables?
What's the best processing approach for individual SSAS Tabular tables? Here's the scenario.I have two fact tables. They need to be updated every 10 minutes. One fact table has 2,006,325 rows. The...
View ArticleRepeating values across hierarchy & Rollup
Let's say I have a hierarchy like this:TaskDim:Tenant NameTeam NameProject NameTask NameTask StatusTaskFactsTaskDimIdHoursToCompleteAnd I setup attribute relationships corresponding to the...
View ArticleBasic Hierarchy help with BillTo and ShipTo Customer
I'm inexperienced with SSAS, and I am just ready to beat my head against the wall...I have a CustomerOrder fact table with the following relevant columns..factCustomerOrderKey ( identity...
View ArticleCombining a static dimension with a "child" dimension
I have a dimension that represents a hierarchy that will change less often.I have a fact table and a dimension at the same granularity. The dimension in this case is needed to relate two fact tables...
View ArticleTabular Model Splitting column
I want to split the tabular model column for a Fact Table to optimize the performance . The Fact Table Order ( OrderID column) has more than 15000000 records which has a relationship with the other...
View ArticleSSAS Deployment Error
I am trying to deploy an SSAS project running in tabular mode and am getting the following error:Error returned: 'The table 'Date' has two columns with the IsKey property set to True.So, it seems...
View ArticleTabular model processing uses extremely high memory
HiI have a tabular database on a SSAS 2012 instance that is 2.2Gb in size. When we do a full process on one of the table's last partition (table is partitioned per month) the memory usage shoots up...
View ArticleCASE to DAX SWITCH Question
I'm trying to re-create the following CASE statement with DAX SWITCH:CASE actl_sd_shp_ev_lcl_dt_hash_keyWHEN 99991231 THEN RVS_OTLK_STK_DT_HASH_KEYWHEN NULL THEN RVS_OTLK_STK_DT_HASH_KEYWHEN '' THEN...
View Article