Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
How would I go about returning filter results based on these two columns.
Would like a search box where I type in the employee or client name and the table would filter as below.
Solved! Go to Solution.
@Qotsa download the file from this link
https://www.dropbox.com/s/2je9a8fge9sytz6/Filter%20Emp_client.pbix?dl=0
@Qotsa download the file from this link
https://www.dropbox.com/s/2je9a8fge9sytz6/Filter%20Emp_client.pbix?dl=0
@Qotsa , You can try text filter
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381309?src=office&tab=Overview
You can create a concatenate column with both and us that filter
filter column = [Employee] & " " & [Client]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.