Cube switching
Hi allWe've been looking at schema switching to minimise downtime for users (and it's going reasonably well in testing).We have a 3-stage load process for the tables and cubes, as follows:-1) Load the...
View Articlehow to select not null values?
Hello Friends,How can I achieve this logic in calculated measure?Case when [Measures].[RRP] is not null and [Transaction].[Sales Type].&[Sale] then
View ArticleMeasure value for last 13 weeks
Hello Friends,I want to write a calculated measure. My calculation is find out the sum of sales for the last 13 weeks divided by average units sold for last 13 weeks. Current week is not included....
View ArticleUsing AMO to set Server Properties
It is easy to use AMO via Powershell or C# to get server properties but even though the docs say that there are also setters for these properties, they don't seem to do anything?[code lan
View ArticleVisual Studio 2015 Community, when opening model, wont display, says it’s...
Hello, I recently removed VS17Pro and VS15 Pro, and there tools, not compatible or trial version expired, I installed back VS15 Community Upd3 and latest SSDT. I can open SSIS pkg’s fine, but when I go...
View ArticleMDX query
I want a (SSAS) MDX query to get the parent child and grand children of all levels.
View ArticleCalculated measure SSAS Multidimension
I need a calculated measure to calculate the percentage count for car and age dimension values..Below are the values in cube:[code language="sql"]Car Age Count----- ----- -----Benz 1 2Camry&nb
View Articlesecurity ? for SSAS tabular
have a ssas 2014 security ? vendor wanted connections to one of our sql servers and SSAS tabular instance. They say they can only use sql authentication but it looks like for SSAS tabular instance you...
View ArticleCan't remove database from SSAS Server
Hello,I can't remove database from SSAS Server. I get an error message that i've attachted. Basically the error states:[quote]
View ArticleWriteback Values bigger than Int allows?
Ahoi,i have a write Table enabled and fully functionally working, the only issue is my users need to write back values bigger than int allows.I tried changing/drop creating the write back table to...
View ArticleTrying to Deploy a solution in Visio Studio - Have Admin Rights but still...
Hello,When I try to Deploy a solution back to the deployment database server, I get, "Cannot deploy model to the deployment database server '*******'. Reason, You are not an Administrator on the...
View ArticleSSAS Tabular Performance Question
I have some dynamic filters in DAX. They are implemented with disconnected tables and the DAX code then calculates the measure based on the value selected. One thing I do to increase maintainability is...
View ArticleSSAS IP
SSAS connection - working with vendor to get connection thru AWS to our sql servers and ssas instance (which is named instance ssasname\ssastab. They can connect to the sql servers fine through the IP....
View ArticleHow do I friggin' connect to SSAS via SSMS? (cryptic errors galore)
Hi there --I'm trying to connect to an SSAS server via SSMS (the preferred client I'd guess but who knows).I'm enteringData Source=xxxx;Initial Catalog=xxx;User Id =...
View ArticlePerformance issue in SSAS tabular
Hi all;I've created an SSAS tabular model based off of sales facts recorded at the invoice level, and have folded in budget data recorded at the month level. Because of the difference in granularity,...
View ArticleIncremental Processing of Snapshot Fact in SSAS Cube
Hello,I have a snapshot fact table that stores the data for last 9 days (D1-D9). Every day in the ETL load, we remove the D9 and add D1 data to the fact. Existing D1 becomes D2 and D2 become D3 and so...
View ArticleTabular Model with Azure Sql Server as source
HelloI'm trying to create my first tabular model.My datasource is a Azure SQL Server database.- I connect to my database with a sql server authentification.and the test is OK.- But when I try to...
View ArticleSSAS users randomly losing connection
Hi allWe've got 5 multidimensional cubes and access is granted by AD groups.There is one role per cube with a "catch-all" role that is listed as "Read all cubes". This is a special role for our...
View ArticleTabular Model -Convert MDX to DAX query in Calculations
Hi < I am converting Multidimensional Cubes to Tabular Model in SSAS. I need to convert the calculations as below in MDX to DAX . Can some one suggest some examples or functions? Thanks in advance...
View Article