How to define a Link table in Cube
I have 2 tables and a 1 link table1. tr_order (PK - tr_order_id)2. re_contact(PK - re_contact_id) 3. te_order_contact_link (PK - te_link_id, FK- te_tr_order_id, FK - te_re_contact_id, te_link_type)The...
View ArticleParameters in MDX query disappear [SQL SERVER 2016]
Hello,I've recently started using SQL Server 2016 in order to create dashboards using the new mobile reports feature. I used to create this dashboards in the previous Datazen that is now integrated.I'm...
View ArticleConcurrent Users on SSAS Tabular 2012
Is there a limit to how many users can concurrently connect to an instance SSAS Tabular? At what point does the performance start to noticeably degrade?
View ArticleThousand separator not working while using Sum function and adding blank spaces
Hii Team, I am browsing a cube (at one of our server) in which there is a column called ActualYTD and its calculated as per below expression:-'IIf([Time].[Calendar].CurrentMember.Level.Ordinal < 2,...
View ArticleMVC ADOMD.NET SSAS
I want to use ADOMD.NET to display ssas cube in an mvc 5 project. Any example available for me to follow?Ebenezer
View ArticleSSAS - Memory pressure weird error - MDX
Hi Experts,<o:p></o:p>I am running MDX query on my cube of size 73 GB built using SQL Server 2008 R2 (i know i am working in lil old tech), server 12 core machine and 96 gb RAM. MDX that i...
View ArticleSQL Server 2016 Tabular Model- Drillthrough support
I've searched high and low for answers, but have not come up with a concise answer to the following:-How do you implement drillthrough capability in a SSAS 2016 Tabular model (BIDS helper for v2016 is...
View ArticleCalculated members(Issue) in SSAS Cube
Hi Friends,I have a quick question about calculated member in the Cube.I did write a logic for calculated member in the cube based Date dimension (this is working perfect).Now users want to use another...
View ArticleTabular Role Filter using LOOKUPVALUE
Tabular Model with the following:Fact table connected (many) to a DimTable (unique/one) -- Many to oneThe DimTable (unique/one) is connected to a SecurityTable(Many) one to manyI have followed the...
View ArticleCube Processing stuck at Finished building aggregations and indexes
I can process all partitions on its own but when I process the cube, it keeps getting stuck at two partitions .One of the threads said to run Select * from $System.discover_locks and this is showing a...
View ArticleSSAS MDX for Filter Selection from an another dimension attribute.
Hello Team,From my end, do have a question regarding the SSAS MDX Custom Calculation based on the Filter parameter selected.With respect to the above example, Whatever the value which am selecting from...
View ArticleConnection Manager Problem
I have successfully deployed an SSAS 2012 Multidimensional database to the server. I want to process that database, but first I need to modify the user and password of one of the Data Sources. No...
View ArticleHighlight measures in mdx
Dear All, In my data warehouse, I reconciliate data from 2 sources. The first source is the truth and the second one is used for simulation. In the fact view, i hardcode the source in order to...
View ArticleCan we make named set in DAX tabular model?
Hi Friends,I"m using named set in my mdx queries for new customers so that I could use this named set on row level further to see another measures like Sales and Margins etc. My queries is as...
View ArticleSSAS Load Testing
Can anyone recommend some approaches and/or tools for load testing SSAS cubes?
View Articleparent child dimensions in 2016 tabular models
Hi ebI undestand there is still (august 2016) no support for traditional parent child heirarchies using the traditional parent-child dimension table (2 key columns for all levels in heirarchy).We are...
View ArticleHo to edit or add new columns to a table which has partition in tabular model
Hi,I need to add new columns and remove some columns from a table in tabular model using visual studio. However the table has partition on it. When i add new columns to the table the processing time...
View ArticleUse of dimension member in calculation
Hii have a dimension with attribute holding numbersname: Keepvalues: 10, 20, 30,40,50I also have a measure called money.i want to build calculated measure that divide the money measure with the...
View ArticleUnexpected Error Occurred
Hi All, For some unknown reason in SSAS 2016, I am getting unexpected error occurred when access measures in pivot table in excel. This error is causing SSRS report to fail too. Log is not helpful in...
View ArticlePerformance hit on first user connection to SSAS Tabular Cube
Hello All,I'd like to ask for some help with an issue we've been having with SSAS Tabular. We're using SSAS 2012, users can connect to the Cube via Excel or via SSRS using windows authentication. All...
View Article