Forum Discussion
Gullinborsti
3 years agoNew Member
Max value from other table
Hello, I've been trying to solve the following problem for a while and I hope you can help me: I have a table1 with system names in it. I have a table2 which is a ticket system. In Table 2,...
johnt75
3 years agoSuper User
If you have a one-to-many relationship from System Names to Tickets then you could create a column like
Highest Priority = MAXX( RELATEDTABLE( 'Tickets' ), 'Tickets'[Priority])