Forum Discussion
Yzmaster
3 years agoRegular Visitor
Filter data in a comma delimited string without splitting into rows
Let`s assume that i have a table:
| Names | Type of work | Time HH:MM |
Mark | Normal | 00:30 |
| John, Mark, Tim | Priority | 01:45 |
| John, Tim | Normal | 02:45 |
| Tim | Normal | 00:15 |
Is it possible to create slicer to select one person in comma separated values of names?
If I use split, then I`ll create uniqe rows but that will add time to my time summary calculations (splitting time is also not permitted in that case).
1 Reply
- v-jingzhangCommunity Support
Hi Yzmaster
You may try a custom visual Text Filter but this visual requires that you enter a name manually to filter. It supports to filter by searching a substring in a long string.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!