Forum Discussion

Jordan97270's avatar
Jordan97270
New Member
3 years ago
Solved

Connecting 4 tables

PresentationFirst stepSecond stepConnecting

 

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 connection with the bottom table. Can I have help please?

 

id_pelotonlibelle_pelotonid_commandant
5Bravo6
6Explorer2
7Eclair2
8Mercenaire5
9Bouteille

5

 

id_commandantnom
1Gui
2Bernard
3Jean
4Arnaud
5Jul
6Carl

 

id_pelotonId_commandantisDeleteNb_mission
1615
2416
3111
4216
5605
6200
7209
8500
9509

 

id_pelotonid_commandantid_secour
561

 

  • 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. 

     

4 Replies