Forum Discussion

Jordan97270's avatar
Jordan97270
New Member
3 years ago
Solved

Connecting 4 tables

  In the first picture you can see my dataviz. In the second, you can see in red my filter, and in blue what change (that I want). But in the last dataviz picture you can see no co...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Jordan97270 ,

     

    Please try the userelationship() function to activate the inactive relationship.

    like this:

    Measure 3 = CALCULATE(MAX('Table (2)'[nom]),USERELATIONSHIP('Table (3)'[id_peloton],'Table'[id_peloton]))

    Best Regards,

    Neeko Tang

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