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
benzeming88
Employee
Employee

How Do I extract the keywords in this table? and create a slicer for it?

Hi Guys,

 

I have a set of data as per screenshot (pic 1) . There are many keywords generated by my system.

However, I want certain keywords example "Est Msa" and then filter them out by a slicer (example pic 2) by one of the past entry. but still i cannot figure out. Can someone please help.?

 

Thank you.

 

 
 

Pic 2.PNG

 

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @benzeming88 ,

 

Make sure the slicer is a field in a independent table.

You could create a measure like below and drag the measure to visual level filter.

 

Measure = IF(ISFILTERED('Table'[Column1]),IF(SEARCH(SELECTEDVALUE('Table'[Column1]),MAX('Table (2)'[Col]),1,0)>0,1))
It should be noted that multiple selection is not allowed because of the principle of selectedvalue.
filter_the_slicer.PNG

 

Best Regards,
Liang
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

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

Hi @benzeming88 ,

 

Make sure the slicer is a field in a independent table.

You could create a measure like below and drag the measure to visual level filter.

 

Measure = IF(ISFILTERED('Table'[Column1]),IF(SEARCH(SELECTEDVALUE('Table'[Column1]),MAX('Table (2)'[Col]),1,0)>0,1))
It should be noted that multiple selection is not allowed because of the principle of selectedvalue.
filter_the_slicer.PNG

 

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

 

Greg_Deckler
Super User
Super User

Not 100% on wha you are looking for here. You could split out your FrequentNotes column in Power Query by semi-colon and then unpivot those columns. 

 

Or, just use an Enter Data query to enter in the keywords that you want.

 


@ 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!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

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.