cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
benzeming88
Microsoft
Microsoft

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!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors