Manually Added Partition to Tab Cube, now Fails on load, Have to Process...
Hello,I have a Tabular cube in SQL Server 2016 that has partitioning tables, I had to restore it from backup, and when getting everything back to running again. I did so successfully. It was backed up...
View ArticleAdvise on Bringing in New Cube over Changing Existing Cube
Five large Tabular cubes exist, there are additions needing to be made to each. Question, what’s a better industry standard practice to implement?Bring up new cube next to existing with all new...
View ArticleSSAS Tabular Queries Disregard Model’s Relationships Unless a Measure is...
Here is an example that drives me nuts. I have an SSAS tabular model consisting of a parent/child relationship between 2 tables: Table 1) REGION (logical parent of Area)Table 2) AREA (logical child of...
View ArticleCreating Date & time table help
I two tables one is master and other one is detail, its not structured yet, Please see sample dataMaster Table:Ticket_Num Date Schedule102&n
View ArticlePowerPivot database move to new Instance
Hello,There are two PowerPiovt Databases in an SSAS PoverPivot instance on SQL server 2014 server. We are building new Server with Same SQL Server 2014. How to move the PowerPivot databases to New SSAS...
View ArticleTuning slow running SSRS generated MDX script with union function
I have a simple cube with two calculation to calculate average and standard deviation. I have to create a simple SSRS report based on this cube, showing these two calculated member of the cube. These...
View ArticleError browsing when an attribute is disabled browsing
I've a problem with something that worked in SQL Server 2012 but gives a problem in 2016.I've created a dimension with the wizard. In one of the pages I cleared the checkbox Enable Browsing for an...
View ArticleCube last processed date
Does anyone know how to pull cube last processed date?I have used following dmx query but looks like it is to pull the last data updated date and i need cube processed date. SELECT * FROM...
View ArticleDAX Query Help Required
HiI'm hoping someone can provide some assistance in relation creating a DAX Measure or in relation to my structure.OverviewA Customer is Approved Funding by the CompanyAt a later date that Fu
View ArticleMeasure values missing after adding Measure Expression
MOLAP, SQL Server and SSAS 2012I have two Measure values Production and 'Environmental Effect', in two different measure groups PlantProduction and PlantProperties corresponding, coming from different...
View ArticleMDX-Calculation is very slow by browsing
Hi,i have only this Code as Caluculation in my Cube.sln. By opening Cube-Browser and when i browse the Cube at this SCOPE it takes very long Time Data are displayed.Is ther any Option, to optimize...
View ArticleItem with the same key has already been added (SSAS Tabular)
I'm using VS 2015, and have built a tabular project in Integrated Workspace mode, using 2016 compatibility settings. My model has 6 tables, 5 dimensions and 1 fact. I've related all of my tables...
View ArticleTabular: Conformed Dimensions and Multiple Facts
I'm wondering what the general recommendation/best practice is for Multiple Fact tables. It seems as though if I want to re-use dimension tables across fact tables, I would have to pull in additional...
View ArticleAnalysis Services data type error
Hi All,I am slightly confused by an error I am getting during a cube build. The error is "Errors in the back-end database access module. OLE DB was unable to convert a value to the data type requested...
View ArticleSSAS no of all cases is not correct
Hi,in my SSAS project I need to use time series for predicting values. However, it seems that I get an error - in my data source I have over 1000 rows but in Mining Model Viewer I get only values...
View Articlehelp understanding MDX not working in SSAS but works in SSMS
I have the following in SSMS. Works and gives me the results I need.[code language="sql"]WITH MEMBER Measures.[test1] AS DIVIDE( ( DIVIDE( SUM(/
View ArticleHow to get data for a measure with latest date
I need to write a SSAS Calculation. I have DimTime hierarchy and one measure. DimTime hierarchy is Year-Month-Week-Date. I want that if we choose Month it should pick data of last day of month and if...
View ArticleMDX rank rownumber function
I have an existing SSRS report out of T-sql query and I am trying to recreate it using MDX queries on SSAS cube. I am stuck with rewriting Row_number and rank logic to MDX . In the SQL, It is written...
View ArticlePoor performing dynamic date calculations in MDX
All,I have run into this issue which I am stuck on. Any pointers will help. Background - We have created a 'Date Calculation' dimension having different attributes for different time calculations like...
View ArticleLooking for MDX Query Help
It's a pretty basic queryIt's a list of the screens of an application and the views a certain client has of the screen.SELECT{[Epic Screens].[Epic Screen].&[2502],[Epic Screens].[Epic...
View Article