Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2013-06-18 : 06:30:10
|
Hi,How to handle referenced relationship in Tabular Model in SSAS?Thanks- Varalakshmi |
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
Posted - 2013-06-18 : 06:37:32
|
I'm not quite sure I understand.Please provide more info.Duane.http://ditchiecubeblog.wordpress.com/ |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-06-18 : 06:37:51
|
you need to use RELATED() DAX function for that and create a calculated columnAnd to see if its related just add an expression based on COUNTROWS function to check if count > 0 to get related ones------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|