March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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!
Solved! Go to Solution.
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
There are actually solutions:
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.
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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
146 | |
97 | |
79 | |
69 |