Forum Discussion

Nielf's avatar
Nielf
Helper I
2 years ago
Solved

Filter table visual on both active and inactive relationship

Hello,  I have a data model like the one below, where there are two relationships between the Account table and the opportunity table. Customer (parentaccountid) is the active relationship, and th...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Nielf 

     

    This is because when you drag columns from the Opportunity finance table into the table visual, it is still filtered by the default active relationship passed by the Account table and the Opportunity table. If you want to see results based on both relationships, you still need to create a similar measure to activate the inactive relationship to get corresponding results from the Opportunity finance table. Inactive relationships can only be used in measures. It cannot be passed in a visual invisibly. 

     

    Best Regards,
    Jing
    If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

  • Nielf's avatar
    2 years ago

    Anonymous thanks for the swift help. That makes sense.