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
nadrayazaji82
Frequent Visitor

Search if text conatins a value in column B for a fixed value in columns A

Sample.PNG

 

Hello all! i am trying to check if columns B contains "Virus" or "Malware" and returns True or false for every device.. i am just trying to run through a list of computers to see which one is missing Antivirus.

 

hoping to get the results like

 

DeviceIDAV Check
1TRUE
2FALSE
3TRUE
2 ACCEPTED SOLUTIONS
msornakumar
Advocate III
Advocate III

Hi ,

 

  Please try the below measures

 

AVCheck Measure = CALCULATE(COUNTROWS(Device),SEARCH("Virus",Device[Installed],1,FALSE()) || SEARCH("Malware",Device[Installed],1,FALSE()) )
AvCheck = if(ISBLANK(Device[AVCheck Measure]),"FALSE","TRUE") 

View solution in original post

Anonymous
Not applicable

Hi

 You can add the conditional columns in Query editor as shown below and then you can filter as you needed.

 

Kindly note that the filter values are case sensitive.

Capture.PNG

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi

 You can add the conditional columns in Query editor as shown below and then you can filter as you needed.

 

Kindly note that the filter values are case sensitive.

Capture.PNG

msornakumar
Advocate III
Advocate III

Hi ,

 

  Please try the below measures

 

AVCheck Measure = CALCULATE(COUNTROWS(Device),SEARCH("Virus",Device[Installed],1,FALSE()) || SEARCH("Malware",Device[Installed],1,FALSE()) )
AvCheck = if(ISBLANK(Device[AVCheck Measure]),"FALSE","TRUE") 

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.