you can try to create a column
Column = MAXX ( FILTER ( 'Table 2', 'Table 1'[priority] >= 'Table 2'[fr_priority] && 'Table 1'[priority] <= 'Table 2'[to_priority] ), 'Table 2'[descr] )