Forum Discussion
Jordan97270
3 years agoNew Member
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...
- Anonymous3 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.
Jordan97270
3 years agoNew Member
Hi Anonymous ,
Thanks for your help.
But with your way the top table is not correct. Because delete peloton doesn't connect to a commandant.
Anonymous
3 years agoNot applicable
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.
- Jordan972703 years agoNew Member
Thanks a lot