Forum Discussion

louisGrivel's avatar
louisGrivel
New Member
1 year ago
Solved

Filter Related Table using inactive relationship

Hello,   I am facing an issue whereby for a given dashboard, when filtering for a given value in a slicer, I need certain visuals to operate using an active 1-1 relationship whereas other visuals w...
  • louisGrivel's avatar
    1 year ago

    After some playing around, the solution that I found was to add a calculated column in the FundDD table which serves as a flag to denote if that row is a department or not. I did this by doing a lookup on the Fund Code. This yielded the following table:

    Fund NameFund CodeDepartment AbbrisDepartment
    Fund 1FF001FN0
    Fund 2FF002FN0
    FinanceAA002FN1


    By doing so, I was able to add the "isDepartment" column as a filter on visuals and by doing so, I was able to use the 1-many relationship and forgoe the 1-1 entirely.