ROWSET ACTION OLEDB expression to get a data source connection
I would like to access SQL2012 server from a cube SSAS2012 using a row set action. I have found several similar posts on how to accomplish this for example...
View ArticleMDX vs DAX: checking for value on leaf level in other table
HiI have a Multidimensional cube with two measuregroups that both holds volumes -> VolumePeriod1 and VolumePeriod2. The measuregroup rely on the same fact data, but have each of their own time...
View ArticleMDX Create Member using dimension filters
I am trying to create a measure in MDX cube with dimension filters. The below code works.CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS([Measure].[SOda_pre],[Case].[Outage...
View ArticleSSAS Deploy returns error on existing database instead of overwriting
I am aware that this issue has been discussed before. However I have not found a satisfactory answer. I occasionally run into this issue: I have a deployed SSAS database on the server from a project in...
View ArticleExcel 2010 - Calculated Members on Dimension
HiWas wondering if there was any workaround in Excel 2010 to make these appear. My understanding is that the behaviour is unchanged from 2007.Does anyone know of any plans to support calculated members...
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 ArticleNew to SSAS
I'm pretty new to SSAS. Having designed a few basic RDBMS databases I would now like to practice using one of my RDBMS's as a data source and see what this comes up with in a BIDS Analysis Services...
View ArticleSSAS Tabular - Memory Usage Behaviour
Can anyone please tell me about the memory usage behavior of SSAS 2012 Tabular model.Does SSAS brings the entire database (all tables) in memory after processing or it brings selective data as per the...
View ArticleIs it possible to change the drillthrough font in Excel ?
When drilling through on an Action - how is it possible to change the default font Excel uses to something smaller?Thanks! Josh
View ArticleSybase connection errors with SSDT
Hello All,I need help.I'm designing datamodels in SQL Server Data Tools but am having trouble connecting to my Sybase DB (or anything other than MSSQL). The Sybase client is installed and I'm able to...
View ArticleCREATE RANGE SET using Now()
Hello,I need to create set for last 10 days from last sunday.I am able to create single values for last sunday and for last sunday minus 10 daysWITH SET [LastSunday] AS StrToMember('[Calendar...
View ArticleMDX query tuning help!
Hi, Seems like we have a bad query when the user tries to explore data. it used to work but it doesn´t now. We have located the query using sql profiler. I tried to create agregations based on use and...
View ArticleCount the number of rows based on the values!!!
Hi all,What I am using:I am working with a multidimensional database in Visual Studio 2010 using its Data source view and calculation member and dimension usage.What I want to do:I have a fact table...
View ArticleHow to model 2 indices made up of similar parameters to allow drill through?
Hi,I am creating a dashboard which will show two indices of performance. The first index (call it index A) is made up of parameters 1, 2 and 3. The second index (call it index B) is made up of...
View ArticleSimple MDX : Associated Date Value for returned week number on Row Axis ?
Team , I have this MDX Below : I'm trying to see if i can also have a Column which Uniques the week Starting/Ending Date as below , Thanks in advance for your help and time .1 20040101 20040101...
View ArticleMDX - Calculate a measure from a specific range of value of a dimension
Hi everybody,Sorry for my english first. lolIn my cube, I've got invoiced amounts.So I need to calculate a measure with SSAS which is called a "ISO invoiced amount". This is the invoiced amount of a...
View ArticleNeed help with an MDX query to find TOP 10 Customers who are close to the...
Hi Guys,My question is not getting the TOP 10 customers, but getting the TOP 10 Products that are close to the Target amount.I have the following measures.1) [Measures].[Sales Amount] --- THERE are can...
View ArticleShow N/A for for particular combination and show value for specific...
I have following cube Structure:Measure ValueDimTime Fiscal MonthDimTable Table Name Row Name Column NameDimGeography GeographyLevelName GeographyNameQuestions:1) I want to show N/A...
View ArticleCan a Tabular Model Access the Msmdpump Like SSAS Can?
I'm trying setup a msmdpump for the Tabular instance of Sql Server so that my 3rd party applications can talk to the Tabular instance via XMLA. My 3rd party tools can talk to SSAS cubes via the...
View ArticleMake Null values remain null but treat zero values as 1?
Hi,I want to create a member as below:with member [Measures].[SampleCompliance] AS ( CASE [Measures].[No Of Samples] WHEN Null Then Null ELSE IIF([Measures].[No Of Samples] = 0, 1, ([Measures].[No Of...
View Article