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 dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello everyone,
I would like to filter multiple columns in a table in Power BI:
Example, if I select or search flock 414-2 it would show the 3 rows with the data, I not sure if there is something that can filter this data better than the slicer that I have. The filter would be for (Flock1, Flock2, Flock3, Flock4 and Flock5).
Solved! Go to Solution.
one approach you can,
unpivot your table in power query, so that you will have ,
attribute column with values { floack1 , flock2, flock3, flock4, flock5 }
and value column with all the values for the 5 columns into one column.
then you can use this column in your slicer.
let me know if this helps .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
one approach you can,
unpivot your table in power query, so that you will have ,
attribute column with values { floack1 , flock2, flock3, flock4, flock5 }
and value column with all the values for the 5 columns into one column.
then you can use this column in your slicer.
let me know if this helps .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
61 | |
60 | |
54 | |
38 | |
27 |
User | Count |
---|---|
86 | |
61 | |
45 | |
41 | |
39 |