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
Kamaizziati
Helper IV
Helper IV

Filtering data from phrase of word

Hi All,

 

I need you help if power bi can do. I have one column description that i need to filter it with one word selected.

 

For example in decription column have data "I have a cat" or "My cat name is Tom"

 

Then I need filter data by "cat" word only or create another column that only show "cat" by detecting cat word form decription.

 

It is possible power bi can do this with any parameter?

 

Thank You

1 ACCEPTED SOLUTION
Anonymous
Not applicable

hi @Kamaizziati 

You can create a custom column with SEARCH() function.

column = SEARCH("cat", [Description],,-1)

Add an IF for showing other results based on the number.

 

THanks!
A

View solution in original post

1 REPLY 1
Anonymous
Not applicable

hi @Kamaizziati 

You can create a custom column with SEARCH() function.

column = SEARCH("cat", [Description],,-1)

Add an IF for showing other results based on the number.

 

THanks!
A

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.