I have the following situation, I have 3 tables. On the one hand I have a list of members, a list of charges and another table that shows the charges that each member has had in different years. What I need is to show a view with the list of members with their current positions, that is, the last position assigned to them. Development in symfony 3 and I need some query in dql or querybuilder to visualize what I need. I show you the tables with sample data and how it should look.