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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Slicer selection

Hi, 

 

I have a requirement in slicer selection. if i select a option in slicer, it should give the result of all values related to that particular text (example, if i select 'day', it should return values of all text contains 'day' like 'today', 'yesterday', 'next day' etc.

 

please help with any workaround

 

1 ACCEPTED SOLUTION
v-robertq-msft
Community Support
Community Support

Hi, @

According to your description, you want to make a Slicer that can filter a list of text which contains the value of its’ selection, you can try my steps:

This is my test data:

v-robertq-msft_0-1612768523699.png v-robertq-msft_1-1612768523700.png

 

  1. I created a measure:
Flag =

var _value=SELECTEDVALUE(Slicer[Slicer])

return

IF(CONTAINSSTRING(MAX('Table'[Text]),_value),1,0)
  1. I created a Slicer and a table chart and apply a filter to the table chart like this:

v-robertq-msft_2-1612768523708.png

 

And you can get what you want, like this:

屏幕截图 2021-02-08 151605.png

You can download my test pbix file here

 

If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.

How to Get Your Question Answered Quickly 

 

Best Regards,

Community Support Team _Robert Qin

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

2 REPLIES 2
v-robertq-msft
Community Support
Community Support

Hi, @

According to your description, you want to make a Slicer that can filter a list of text which contains the value of its’ selection, you can try my steps:

This is my test data:

v-robertq-msft_0-1612768523699.png v-robertq-msft_1-1612768523700.png

 

  1. I created a measure:
Flag =

var _value=SELECTEDVALUE(Slicer[Slicer])

return

IF(CONTAINSSTRING(MAX('Table'[Text]),_value),1,0)
  1. I created a Slicer and a table chart and apply a filter to the table chart like this:

v-robertq-msft_2-1612768523708.png

 

And you can get what you want, like this:

屏幕截图 2021-02-08 151605.png

You can download my test pbix file here

 

If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.

How to Get Your Question Answered Quickly 

 

Best Regards,

Community Support Team _Robert Qin

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

@Anonymous , Try a measure like

 

calculate(countrows(Table), filter(Table, search(selectedvalue(slicer[value]),Table[Column],,0) >0))

 

Plot this measure with a column in this example -Table[Column]

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

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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

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