Forum Discussion
Getting the value from the excel sheet for 2 different columns and rendering it in power BI
- 9 years ago
Hi sridevi,
Because there doesn’t exist any relationshipbetween two tables, to return the value from Keyword_Trade_Name table, you need to join these two tables:
crossjoinTbl = ADDCOLUMNS(CROSSJOIN(Keyword_Trade_Name,Table_Test),"match value",IF(FIND(Keyword_Trade_Name[Trade_Name],Table_Test[End User Trade Name],,0)>0,Keyword_Trade_Name[value],0))
Select columns from this new table to add to table visualization.
If you have any question, please feel free to ask.
Best regards,
Yuliana Gu
Can you create a small sample of Barcelona... Table where the names match with the KeyWord_trade table and check it out.
Since your index values are from 0 onwards chenge the 2999997 to 2999998.
Let me know if it works.
Cheers
CheenuSing
Anonymous - I think the solution provided by v-yulgu-msft is easy and hassle free. Thanks for your time and helping me around. It is because of contributers like you that the Power BI community is growing leaps and bounds.