How to select list data from table?

Hi!

I have Products table and Seller Products table.
In Seller Products I have just Id of ther seller and Id of ther Product.

When seller wants to sell the products, I want to give them just the products where ID of the products equl to ID from Products Seller table.

For example like this
Select(Products[Name], IN(Seller Products[Id]))

I want to write this formula to the Suggested values field.

Solved Solved
0 4 278
1 ACCEPTED SOLUTION

Please try likeโ€ฆ SELECT(Products[Name],[ID]=[_THISROW].[Product ID])

View solution in original post

4 REPLIES 4

Please try likeโ€ฆ SELECT(Products[Name],[ID]=[_THISROW].[Product ID])

Itโ€™s just select by one ID.

I want to select data from two table. Like itersect, but different stucrter.

I want to give seller products description just they have

It Works! Thank you!
Your solution is simple

Youโ€™re welcome

Top Labels in this Space