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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
cmplieger
Frequent Visitor

Have column with multiple values in powerBI, for use with a slicer

I have a column with the following data

|  spoon
|  fork
|  fork & spoon

 

I would like to add a slicer to my page that has two options: Spoon, fork.

When Spoon is selected it shows the result for the rows for Spoon and fork & spoon

When Fork is selected it shows the result for the rows for Fork and fork & spoon

 

Can this be achieved in powerbi?

 

If not directly, I was thinking that formatting my data like this could help perhaps? Does powerBI have an option to see values divided by semicollons as multiple values?

|  Spoon
|  Fork
|  Fork ; Spoon

 

Thanks!

1 ACCEPTED SOLUTION
4 REPLIES 4
v-shex-msft
Community Support
Community Support

Hi @cmplieger,

 

>>Can this be achieved in powerbi?
Currently, slicer not support this feature.

 

>>If not directly, I was thinking that formatting my data like this could help perhaps? Does powerBI have an option to see values divided by semicollons as multiple values?
It also not support, current power slicer not support wildcard and regular expression. If you format the values add "Fork ; Spoon" to source and selected, slicer will try to filter the records which column value is "Fork ; Spoon".

 

I'd like to suggest you post these requirement to ideas.(BTW,I'm still not understand why you want to operate like this )

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Phil_Seamark
Employee
Employee

Have a good play with the Query Editor. 

 

You'll be able to split your column based on a delimter and then do some more massaging to get the extra values back into a single column.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Splitting them and reuniting them in a different fashion is easy. however I am not sure how to work out the solution to the end where the slicer shows the appropriate rows. Can you explain a bit more in depth what you meant?

Helpful resources

Announcements
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.