Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am using Text Filter, which works fine for a single field in a specific table.
Is there a way to expand this to filter on multiple fields in multiple tables?
e.g. I have the field Site (url) in a table and Country in anothet table. I would like to enter e.g. Belgium as search and show the results of the table with site containing Belgium and at the same time have the table with country also filter on Belgium.
Is there any way to do this dynamically?
Hi, @Anonymous ;
Only buit-in slicer and custom visual hierarchy slicer could set sync slicer in power bi for now.
"text filter" is not support in power bi for now, so you may these two slicers.
or you may submit your idea in Power BI Ideas to make it coming soon.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
H,
Thanks, I will look at that.
One thing I noticed is that Test filter sets a filter on the visualisation, but it does not appear on the filter pane. (see below)
A measure like :
Hi, @Anonymous ;
You can create a bidirectional relationship for the filter field of multiple tables, so that multiple tables can be filtered by a single field, as follows:
Method1:
The final output is shown below:
Method2:
Or You could create a measure to filter other table.
Measure = IF(ISFILTERED('Table'[Country]), IF(MAX('Method2'[Country ]) in ALLSELECTED('Table'[Country]),1,0),1)
Then apply it into filters.
The final output is shown below:
Another similar filter-Smart filter is recommended: https://okviz.com/smart-filter/
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
thanks, tha twas very informative and useful.
One of the problems is however that I cannot get it to work on another page in the report, TEXT Filter somehow does not carry over to other pages yet, but I wil lkeep working on that, I probably need to fine tune that.
Linking the search field to other tables is fine, but since we are working with WEB page paths, in several languages and codepages, and with several million items to search, that is not a practical solution at the moment.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
26 | |
26 |
User | Count |
---|---|
100 | |
87 | |
45 | |
43 | |
35 |