Forum Discussion

gals's avatar
gals
Frequent Visitor
7 years ago
Solved

RelationShips_Between_Tables

Hello,

 

I have two tables that releted by 1 to many connection, By ID Column

 

 

 

 

in 1 table i have uniqe ID and amount column

 

in the second table i have ID column not uniqe, amount column, date column, and some other columns.

when i'm trying to slice the GroupBY_אלמגור Table by date from the MRR_Marketing table its not sliced.

 

what i'm doing wrong?

 

please help me

 

  • Hi gals ,

    It is because the relationship direction is from the table GroupBY_אלמגור to MRR_Marketing . You can try to change it to both. Then the table will be filtered.

    Best Regards,

    Xue

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2 Replies

  • v-xuding-msft's avatar
    v-xuding-msft
    Community Support

    Hi gals ,

    It is because the relationship direction is from the table GroupBY_אלמגור to MRR_Marketing . You can try to change it to both. Then the table will be filtered.

    Best Regards,

    Xue

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • gals's avatar
      gals
      Frequent Visitor

      OK, Thanks