Cube Deployment Problem - Visual Studio 2008
In Visual Studio 2008, I am unable to see any option to deploy my cube. I have right clicked the cube in the solution explorer on the right and there is no deploy option available. I have right clicked...
View ArticleDDL Task in Sequance Container, run in Parallel?
Hello,If I place several AS Exec DDL Task objects that load various data partitions inside a Sequence container, on a 1200 Tab cube, will all the tasks run in parallel? Thanks
View Article1200 Tab Cube loaded, But no data displays in Excel
Hello, I have a 1200 (2016) Tab cube that I was able to get loaded to a certain fact table that is a data partition, the data partition shows the row count and current load date, however when I connect...
View ArticleHow to sum two measures
Hi Friends,I am trying to sum up two of the measures for Period to date calculation. I could not get the result as expected instead it gives me NULL. Is it possible to add two different measures like...
View Articledata warehouse cube dimention design question
so i have my fact table that for this example holds the affiliate foreign key and the affiliatCategoryId. My dimention tables for this example are DimAffiliate, DimAffiliateCategory, And DimCategory. I...
View ArticleDeploying very large Tabular Cube
Hi,We have a large data warehouse - a number of fact and dimension tables. As part of building out SSAS Cube, we built a view that stacks all of the Fact tables together. Once stacked, they are...
View ArticleTabular - Two databases at deployment
Hello, I'm currently creating a tabular project on Visual Studio and I got a weird behaviour at deployment. Here's my Project configuration :
View ArticleWhat is the best data model design to use with Columnar databases?
Hi,I would like to understand what is the best data model design to develop when using columnar database. I have read a number of articles on the subject but it's left me confused and still requiring...
View ArticleCube permission question
Hi,I need to restrict dimension attribute data for specific user groups with SSAS 2012 - multi-dimensional.I believe I can do this by putting users in a specific AD group - and then adding to an SSAS...
View ArticleRANKX showing tie for non-tied values
I have created a measure for Customer rank. This measure is as follows : [code language="DAX"]CustRank:=RANKX(ALL(Dim_Customer),CALCULATE([Revenue]))[/code]The Revenue Measure is cal
View ArticleCounting Distinct Pairings (MDX)
I have a fact table. with three dimensional keys, one for the calendar, one for the shipping warehouse and a third for the customer shipped to.I want to see the unique combinations of shipping...
View ArticleSSAS Visual Studio 2015 Comm Ed Advanced Properties not visible
Please help, I am selecting a measure in my SSAS Tabular project, Visual Studio 2015 Community Edition, and the Advanced Properties are not visible.I need access to the "Display Folder" property so I...
View ArticleSSAS multi-dim referenced/regular dimensions
I have 2 dimensions - 1 measure group.Dim1 : CustomerDim2 : GroupThe grain of the measure group is customer and there is a 1-m relationship between Group and Customer. The measure table has GroupKey...
View ArticleConditional Dimension Attribute - CASE statement
Hi all,I need to 'mask' my AccountNumber attribute in my Account Dim based on an 'SensitiveIndicator' flag. I created a new calculated member SSDT2015 ( Cube Structure-> Calculations -> New...
View ArticleDimension not loading all attributes for my cube
Hello all, i'm having issues with a cube i just created. Once i deploy the cube, if i browse it and try to see any measures mixed with any dimension i get the id of the dimension only, not the name....
View ArticleDAX formula to compare company specific financial periods YoY
We have a date table, 1 day per row, and each day has a Period NumberSo in SSAS it is easy for a YQP hierarchy and this is fine.But we want to show 2018, Q2, P5 this year compared to
View Articletake SSAS MDX with parameters used in SSRS report and execute it in MDX in...
I'd like to work my way through some numbers I'm getting in an SSRS report that doesn't line up with the data behind it.My report dataset[code language="sql"]WITH MEMBER [Measures].[X]
View ArticleFailure when importing Hadoop data into a SSAS Tabular cube
Hi,Please view the below link (to another post) for a detailed description on the failure I'm receiving, a response, and a response to the response.
View Article