Forum Discussion
Anonymous
5 years agoNot applicable
Outer join relationship
Hi,
I have two tables, transactions_table and items_table which are connected by Item_ID on a many-to-one relationship. In my view I only get items which have had a a transaction, however I also want items to be displayed which have had no transaction. So items which are listed in the items_table but not in the transations_table. I am working on direct query. How can I achieve this?
2 Replies
- tex628Community Champion
Hi Anonymous ,
If the crossfilter direction of your relationship is double you will have to change this to single. Otherwise you should be able to achieve this by selecting the "Show items with no data" option. You can find it by rightclicking the Item_Id in your visual.
Br,
Johannes - V-lianl-msftCommunity Support
If this option is checked, all items in table "items_table" will be displayed