Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
rstanleyraj
Frequent Visitor

Create a column by comparing two data sets

Hi,

 

I have to compare two different tables and create a column. Following is the sample input and output.

 

Input

Table 1

 

Product
A
B
A
E
S
A

 

Table 2

List
A
B
C
D

 

Output

ProductStatus
AAvailable
BAvailable
AAvailable
ENA
SNA
AAvailable

 

Could anyone please guide me how to achieve this.

Any help is greatly appreciated!

 

Thanks,

Stanley

2 ACCEPTED SOLUTIONS
BhaveshPatel
Super User
Super User

STEP 1 CREATE A RELATIONSHIP BETWEEN TWO TABLESSTEP 1 CREATE A RELATIONSHIP BETWEEN TWO TABLESSTEP 2 CREATE A CALCULATED COLUMN WITH IF AND RELATED AS SHOWN ABOVE.STEP 2 CREATE A CALCULATED COLUMN WITH IF AND RELATED AS SHOWN ABOVE.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

Greg_Deckler
Community Champion
Community Champion

Perhaps a measure in Table 1 like:

 

Status = IF(COUNTROWS(RELATEDTABLE(List))>0,"Available","NA")

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

Perhaps a measure in Table 1 like:

 

Status = IF(COUNTROWS(RELATEDTABLE(List))>0,"Available","NA")

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
BhaveshPatel
Super User
Super User

STEP 1 CREATE A RELATIONSHIP BETWEEN TWO TABLESSTEP 1 CREATE A RELATIONSHIP BETWEEN TWO TABLESSTEP 2 CREATE A CALCULATED COLUMN WITH IF AND RELATED AS SHOWN ABOVE.STEP 2 CREATE A CALCULATED COLUMN WITH IF AND RELATED AS SHOWN ABOVE.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Thank you very much for the inputs. It worked.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.