Forum Discussion
How can I use a text filter all over my table?
- 6 years ago
Hi Yonas
There is no built-in slicer currently to realize this feature.
Please share some detailed case or desired result so we can work out a workaround.
Here are some examples and workarounds to these.
https://www.sqlbi.com/articles/creating-a-slicer-that-filters-multiple-columns-in-power-bi/
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ok, here is some details. my table looks like this
Name Service product
Jhon Word laptop
Jim Excel desktop
Kate PP TV
And i have a text filter(search) in my report, when i type "Jhon", i want to see the first row, if i type "PP", I want to see the third row and if i type "desktop" i want to see the second row, something like that. I want the search filter to work on all columns.
Thanks
Hi Yonas
I follow the guides of this link and create what is similar with your expected output.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Yonas6 years ago
Microsoft Employee
Thank you all for the suggestions. I actually fixed it by concatenating the columns into a new column and call that calculated column in my text filter.