In Microsoft Power Bi
I have 850 products and a total of 15 vendors for these products.
I have two tables where the 1st table shows distinct list of products with only 8 vendors sorted from lowest to highest price (1 to 8):
and the second table shows the actual buying of every product with vendor name, quantity and price:
I need a column that checks if the vendor exists among the 8 choices for each product and return true. If not, it should return false.
Hope it's clear.
Thanks all :)