I am using Lookupvalue in Power BI from two different excel files loaded to Power BI. In one excel file called "data", I have the column "customer name" of different product names and a column "Product name". In another excel called "Main Database" I have the column "product name" filled with the name of the products. This name can be repeated several times along the way. When I create a new column and apply the below formula, the value in the new column gives me the customer name for those products but it gives me blank for some of others, even when the "data" file includes these product names. Can I please have your help on this to know what I am doing wrong?
Customer Name = (LOOKUPVALUE(data[CUSTOMER_NAME],data[PRODUCT_NAME],'Main Databse'[PRODUCT NAME]))
Thank you,
Customer Name = (LOOKUPVALUE(data[CUSTOMER_NAME],data[PRODUCT_NAME],'Main Databse'[PRODUCT NAME]))
Thank you,