Forum Discussion

aaron797's avatar
aaron797
Advocate I
6 years ago
Solved

Two active joins? Need data modelling advice

I have built a dashboard to display survey results, however now i am trying to integrate a filter to swap between different Surveys dates (Categorical value, not an actual date). The tricky part is t...
  • Anonymous's avatar
    Anonymous
    6 years ago
    Just see the patric video(custom keys) just now he launched on guy in cube you tube channel.

    So first go to second table which is partition table and click on add column and then click on index column.

    So you will have one index which can be used as custom key. Then click on merge queries.
    When you merge the queries it will show you table at the end of column list from there click arrow icon and just select index column.

    Now you have key to join both table in many to one direction.


    Another workaround for this is you need to write dax and need to merge both tables into single table and move total column to first table.


    Thanks
    Pravin

    If it resolves your problem mark it as a solution and give Kudos.