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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
selpaqm
Helper V
Helper V

Measure for search number format in text

Hi,

 

I have 2 tables one of them has numbers, in second table has 2 different column and both of are free type cells, so i want to check this 2 columns for numbers in first table.  if this numbers exist in 2nd table it can say yes or no it doesnot mather.

ID Table

ID
233445
235667
236778
238990

 

2nd table 

id Comment
233445/235667 
123456id cant find during phone call please use 238990vs235667 as id

after calculation in report i need to see below as table

IDissue
233445

YES

235667YES
236778NO
238990YES
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@selpaqm , Try new column like this in a new column

if(Countx(filter(Table2, CONTAINSSTRING(Table2[ID],Table1[ID])) ,Table2[ID])>0,"Yes","No")

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@selpaqm , Try new column like this in a new column

if(Countx(filter(Table2, CONTAINSSTRING(Table2[ID],Table1[ID])) ,Table2[ID])>0,"Yes","No")

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.