JOIN BETWEEN DIMENSION NOT WORK WELL
Hi alli have dimension of costumers .... the pk is costumeridand second dimension that calls : customers detailswith columns : costid + contactType (1-phone,2-mail,3-fax)mean the pk of second dimension...
View ArticleDIMENSION SSAS PROBLEM
Hii have dimension that with : costumerid+ contactnumber+contactidmethodcontactid is (1-email,2-phone,3-fax)the pk is : costumerid+ contactidmethodand main dimension that call: costumerscontain...
View ArticleFact Table FK Null and Dimension not Returning
I have a situation in which a dimension is not returning data as wanted. I sort of know why but don’t know the proper fix. Here is the scenario.Notice Screen shot.
View ArticleDAX Starter question
Hello,I am trying to figure out out to work this out in DAX, played a bit with ISFILTERED() but doesn't seem to help or I am going about this the wrong way.I have the following table I want to reproduce:
View ArticleMDX IIF statement over a period
Hi,I Intend to set a flag 'Yes' Or 'No' if a part was last month or not....I first tried to put this with parallel method but it didn't work so keeping it simple and getting difference between 2 dates...
View ArticleDifferent results on different servers for MDX statement with MONTH()
Hi,when I use this MDX statement:[code language="sql"]
View ArticleTabular Cube Partitions
Hi All,We have a partitions on one of the big fact table and client wants us to delete two columns from previous year partitions for this table and keep these two columns for current financial year....
View ArticleNeed help creating offline SSAS cube (2012) using Excel 2016
I have an OLAP cube that I can display data from using an Excel Pivot Table and there seems to be no connectivity issues between Excel and Analysis Services server (2012). However, when I try to create...
View ArticleA duplicate attribute key has been found
I am trying to process Customer dimension form AdventureWorksDW2012 database and getting following error. Errors in the OLAP storage engine: A duplicate attribute key has been found when processing:...
View ArticleProblems linking dim table with fact table
I have a problem with SSAS trying to relate tables.I have this tables:1) hc_routes (airplanes routes):id_route, id_aeroline, id_airport_source, id_airport_destinationPK: id_route2) co_route_equipments...
View ArticleTab Cube Performance Tuning
I have a 2016 ver tab cube in a 2016 ver instance, being loaded by a 2016 ver SSIS package. It seems to load very slowly. It's reading a single fact view with a number of CASE statements, and 6 very...
View ArticleDifference between table SQL and SQLs in partitions
Hi Experts,I am working on one tabular cube and have Sales table and it has its own SQL (it can be seen in table Properties->Source Data), there are multiple partitions created on Sales table as...
View ArticleSSAS Synchronisation issue
Hi,I am trying to synchronise a SSAS database on live with dev. I get the message'Errors in the OLE DB provider. The server returned the following error.EIther the user [[ServerName$]] does not have...
View ArticleSSAS ASLB: How to add a new cube
Hello,We have ASLB setup to our SSAS Tabular cubes and now we have a new cube available, so I would like to create a new ASLB connection for the new cube. However I don't find the proper d
View ArticleMDX Query help to get alias name for the result
WITH MEMBER [Measures].[CurrCode] AS[WDI_Series].[Topic].currentMember.properties('Code') SELECT {[Measures].[CurrCode]} ON 0 , [WDI_Series].[Topic].[Indicator Name] on 1FROM [WDI]Need a name for the...
View ArticleData Partition Error when processing
Hello, I've got a tab cube that has data partitions, and today when it makes its weekly run I get the error: 'Process partition error: measure group 'PartitionName' must have at least one partition...
View ArticleMDX Reference Actual sales with Forecast revision
Hi all, hoping some one can help me please with some MDX.I have the following simplified structure in a cube, we do forecast revisions during each quarter during the year however we only store the...
View ArticleDAX Calculated column rank by measure
I have a report request to add a parent group to a pivot table that is the rank of the group by the total sales measure, to this effect:Total Sales Group Category Total Sales-----------------...
View Articlehow to remove partitions from SSAS instance
HiI have removed partitions from fact tables in tabular model and going to deploy it on production. My question is the removed partition which are resided on SSAS tabular instance, how to remove/delete...
View Articlecombine multiple dimensions into one
I have a premium transaction fact table and each record in this fact table is associated with multiple limits. Therefore I have a FactID, FactValue, LimitTyp1ID, LimitType2ID, LimitType3ID etc. in SSAS...
View Article