More than 1 partition slice for two user hierarchies
Hi,I have a series of partitions in my cube that are split by each month, and I have a Reporting Period dimension that contains 2 user hierarchies: (1) Calendar(2) Fiscal The calendar hierarchy is...
View ArticleWhat does 8088356 problems logged mean?
Hi all of you,When processing the whole MDX along with 13 cubes everything's fine but every time that I run the Agent on demand/scheduled one step of all them fails.This is the step is always failing...
View ArticleFilter calculated members
I'm trying to create a calculated member that is using 2 dimension members only.This MDX produces the results I want the calculated member to have: select {[measures].[Amount],[measures].[Asset pool...
View ArticleHow can I define AggregateFunction between Measures and Dimensions in MOLAP...
Good Day,I am trying to use SSAS Enterprise with automation from the AMO model in order to define a cube where a measure may have a default Aggregation type (for most dimensions) then other...
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 ArticleModifying a Dimension value in Excel
Hi,This issue might be more related to Excel than SSAS, but maybe someone in here can help anyway.When browsing a SSAS cube in a Pivot table in Excel, it's possible to "overwrite" the values shown in a...
View ArticleMDX to Alert on Data Event
I need to schedule a report to run when a specific data event is met. This data event is when for example my Inventory is Null or my Sales amount is Null or less than 0 would this formula work...
View ArticlePoor performance in Visual Studio with large .bim in Tabular
I've created a tabular model with hundreds of calculations. The .bim is now about 16MB.Only about 10 to 20 rows of fact data are being loaded into visual studio. The problem is just about any operation...
View Articledifference between the same column with different date
Is it possible for the cube to display “difference”? For instance, 2016 Total minus 2015 Total for the same measure? If yes, How to write the expression in calculations section?Thanks,
View ArticleRole Level Security doesn't work in SharePoint 2013....?
Hi, I implemented the Role Level security in Tabular Model using USERNAME() function. When i export the data view in Excel for the User it works fine by showing his own data. I created the same model...
View ArticleSQL Server 2016 Install Step Errors on MSSQL.ServerOLAPService start request...
Hello, I just tried to install SQL Server 2016 Standard with SSRS,SSIS,SSAS on a new virtual Windows 2012r2 box using the SQL Server 2016 setup msi program. It installed all features with success...
View Articleevent viewer log errors
Somebody keeps calling me about my event viewer errors in administive events I have over 5500 errors and warning how do I delete these
View ArticleMDX query help - how to get first 6 months amount for each person?
I'm trying to get some stats about new business.I've used Chris Webbs existing method to get a count of new and existing.However I now what to get each new customers business for 6 months and then...
View ArticleTMSL Partition Refresh
Hello,I am using SQL Server 2016 and Tabular Analysis Service Project.I am using TMSL CreateOrReplace command to create a new partition for each day of my data.Then I am using the below TMSL Refresh...
View ArticleHow to use a bit data type field in a Dimension
Dear Friends,I am having an issue during the processing of the cube.I have a field in the dimension table, let's say 'IsReviewed' of bit type. In the tables its having values as 1,0,NULLWhen I add this...
View ArticleSQL Server AnalysisServices 2016 and adfs
HiWas SQL server Analysis Services 2016 released with adfs support?Regards,Theresa
View ArticleParameters in MDX query disappear [SQL SERVER 2016]
Hello,I've recently started using SQL Server 2016 in order to create dashboards using the new mobile reports feature. I used to create this dashboards in the previous Datazen that is now integrated.I'm...
View ArticleADO.net Driver for big data hive
when can we expect hive ado.net driver to connect from SSAS cubes directly to hive without using intermediate layer . or is there a way that we can write asp.net code in ssas to get result set using...
View ArticleMDX get all date for monday from some year
Hi there,I have a hierarchy in date dimension: [ Year - Quarter - Month - Day],I want to get all date for monday from some year and the value like below: Date of Monday 2010-01-04(the first monday...
View ArticleHow to remove #NUM! from Pivot table?
I am using the formula IIF (A=0, NULL, B/A) to remove the #NUM!, but I always get the error: Too many arguments in the expression when I deploy it to the server. Please help if you know the reason....
View Article