HI,
I am trying to get user companies from user table to pass it to company table using username. (user will have multiple compnay id).
Company[companyid] = FILTER(User, User[UserName] ="xxxxxx",User[CompanyId])
Any suggestions how to do it. Thanks.