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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
George_H
Frequent Visitor

Return 0/1 if a unique value is found in another column.

Hello!

 

I want to do a test to see if a ID appears in another table that is a subest of the data. 

 

So for example:

3   1   0

4   2   0

5   3   1

     5   1

     6   0

 

I feel like there might be a easy soultion to do, but just can't find anything online! 

 

Thanks!

 

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi @George_H ,

 

You could achieve it by merging tables.

LEFT OUTER JOIN

vstephenmsft_0-1665648813719.png

Expand the column.

vstephenmsft_1-1665648867553.png

Add a conditional column.

vstephenmsft_4-1665648949477.png

vstephenmsft_3-1665648920828.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @George_H ,

 

You could achieve it by merging tables.

LEFT OUTER JOIN

vstephenmsft_0-1665648813719.png

Expand the column.

vstephenmsft_1-1665648867553.png

Add a conditional column.

vstephenmsft_4-1665648949477.png

vstephenmsft_3-1665648920828.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Dinesh_Suranga
Continued Contributor
Continued Contributor

@George_H ,

Hi,

Try Text.Contains function.

Thank you.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors