Hi,
I have two tables.
First, SalesInvoices and second one is, SalesShipment.
SalesInvoices has a column (datatype: text) having list of SalesShipments against the SalesInvoice. This list is comma seperated. This list is created in google sheet using some formulas for each row.
Now, I have created a new virtual column in table SalesInvoices with the following formula.
select(SalesShipment[ShipmentCode],in([ShipmentCode],list([_THISROW].[ShipmentCodes])))
Now, this works fine if the list of saleshipments has only one value but fails if the list has multiple values separated with a comma.
I guess i am doing something wrong which i am not able to arrest.
Please advise.
