How to calculate the root of filtered members based on another filter
Hello All, Please find the below query.with member agg as sum( exists([Product].[OTC1].[OTC1],existing([Product].[Pack].[Pack])]) ,[Measures].[Values HNA]) select agg on 0 from cube where...
View Articleaverage balance in year for the selected month
Hi all,Tried to write MDX to show average balance for the year for the selected month.2009 2 (avg bal) 01 1 02 2 03 3existing...
View ArticleAnalysis service deployment wizard
Hi,I'm able to invoke and deploy successfully using command prompt my tabular cube in my local machine. But when I'm executing the command in command prompt inside Dev server box, it is just coming out...
View ArticleSSAS Cube failure
Dear members,I am getting the below error, but however when i restore the cube and process i will not see the error.Could you guys please help me resolving this issue.The above error is appearing...
View ArticleInclude month from DIM Date table that have matching records in Fact table
Hello!I have a cube where I have a fact and date tables. I have established the relationship between them so that I can perform time intelligence functions. In power BI report, I have used "year" from...
View ArticleAdd dimension in existing Cube with new a attribute in fact table
hi, I would like to add dimension in existing Cube that is new a attribute in fact table. Also I got lots of data in existing cube. How can I merge or keep old history data in cube? No previous raw...
View ArticleSSAS Cube Corruption
Dear members,I am getting the below error, but however when i restore the cube and process i will not see the error.Could you guys please help me resolving this issue.The above error is appearing...
View ArticleFull Cube Process Script sets Attribute to "Unknown" and when i do a process...
Hi,I do a full process on cube in job agent script but then a dimension attribute is set "Unknown'Then afterwards I do a dimensional process full then the attribute value is correct.How do I fix, every...
View ArticleMDX Date Dependent Formula
I need help writing a date dependent formula in MDX. I am not very experienced with proper syntax, and just try to mimic other working formulas by trial and error.Basically, I want one formula if the...
View ArticleASTrace and SQL Server 2016
Hi,We've been using ASTRACE with SQL 2012/Windows Server 2008 R2 for a good while now. We are currently migrating to new SQL Server 2016 SP1/CU1 Windows 2012 R2 servers. I have tried to install the...
View ArticleBusiness Intelligence Semantic Model folder
Hi,I have installed MSBUILD and inside the MSBUILD folder in my Program files, i can find "Business Intelligence Semantic Model" folder. But when i installed MSBUILD in my colleagues machine the folder...
View ArticleTOTALYTD Issue When Trying to Use One Measure (with a switch) When Some Units...
So the issue that we are running into deals with calculating YTD properly when some business units are on a different fiscal year. Some business units are Calendar Year and others are Fiscal Year...
View ArticleIRowset.GetNextRows failed with DB_S_ENDOFROWSET
Hi dear all,I'm trying to read some rows from MDSCHEMA_CUBES table , the code is as follow void coledb::query() { HRESULT hr; IDBSchemaRowset *schema = nullptr; hr =...
View ArticleTabular 2019 compatibility level 1500: unable to process table or deploy?
I have found that using SQL Server SSAS 2019 models work fine up to compatibility level 1400.However, after changing it to level 1500 I am no longer able to process tables locally or deploy. Once set...
View ArticleSQL Server Analysis Services
Backgroung: We have allocated separate server with to SQL Analysis service. Having 32 GB static RAM and upto 64 GB dynamic RAM. Pus we have almost 65 Database in Analysis service. Issue: When ever the...
View ArticleMDX Measure - Count based on date
Hi All, I am trying to develop a measure to count the number of times something happens daily. This is the condition:IIF([Measures].[Sstk Qty] > 0 AND[Measures].[A+C Quantity] <= 0 ,1, NULL)So I...
View ArticleMDX incorrectly summing result of multiplication of percentages
I am multiplying one set of values against a corresponding set of other values and wish to sum the result of all the products. I am querying using MDX and when I get the results from the query and sum...
View ArticleProcess Cube SSAS
Hi,I have the DIM_DATE dimension that has three relationships and DIM_Geography that has two relationships.When I do the processing for SSAS these dimensions divide one for the number of...
View ArticleWhat columns should be essentially included in Partition Query
Hi All,As I understand one of the performance technique is Only required column should be included in the partition query.Such as: If 3 measures of the MeasureGroup in a cube is based on A, B and C...
View ArticlePartition data vs Data Source View
Good day.I would like to ask for some assistance/advise. I do not work too much with ssas cube development so please forgive me if i am asking stupid questions.i have a particular cube that i would...
View Article