Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
How can I create the following excel formual in new column (W/Wo_QC) between 2 columns (Opp_ID) & (LOA_ID) in different tables using DAX in Power Bi
=IF(ISNA(VLOOKUP(L2,QC!AV:AV,1,FALSE)),"Without","With")
Hi, Thanks but still it is not working
1st both columns contains text
2nd same text (string) is repeated in several rows in each column
sOpportunity_ID
22.KE.301258 |
22.KE.301258 |
22.KE.301258 |
22.KE.301258 |
22.KE.301258 |
22.KE.301258 |
22.TZ.293595 |
22.TZ.304520 |
22.TZ.293595 |
22.TZ.293595 |
22.TZ.293595 |
22.TZ.293595 |
LOA_ID
22.KE.301258 |
22.TZ.293595 |
22.TZ.304520 |
22.TZ.293595 |
22.KE.301258 |
22.KE.301258 |
Oh! my mistake. Please try
=
IF ( Table1[Opp_ID] IN VALUES ( Table2[LOA_ID] ), "With", "Without" )
still not working I belive we need to use the following DAX formula , however it gives me below error although there is link between the 2 tables The column
=='WBSMapping[Opportunity_ID]' either doesn't exist or doesn't have a relationship to any table available in the current context.==
Are you creating a calculated column or a measure? My code is supposed to be a claculated column.
I need to create new column to check/lookup if the text in Opp_ID column (Table1) is existing in LOA_ID column in Table2 , if yes it will return "with" if not return "witout"
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |