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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

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.

 

amitchandak
Super User
Super User

Refer :https://community.powerbi.com/t5/Desktop/How-to-split-the-the-Column-into-Multiple-rows/td-p/253361

https://www.youtube.com/watch?v=0roS4OVfD9k

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.