DB functions based on values of a different table

I want to display in a field or a purchase table the minimum price per unit of an article taken from a different table where each article appears many times with different prices per unit. Any hint on the expression I need to use?

0 4 70
4 REPLIES 4

What have you done so far?

I understand the need to use MIN and SELECT but I don’t get the required syntax:
MIN(SELECT(Purchases[Unitprice], Purchases[Itemname]=Itemname]))
Is this approch correct to insert as a field formula in the field [Minimum price] of the table (Competitive list)?

Top Labels in this Space