Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

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

  • tex628's avatar
    tex628
    Community 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-msft's avatar
    V-lianl-msft
    Community Support

    If this option is checked, all items in table "items_table" will be displayed