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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
benzeming88
Microsoft Employee
Microsoft 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.

 



Follow on LinkedIn
@ 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!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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