Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi All,
If I have a filter called 'Student ID' that shows me all students and want to filter on a list of students that I am interested in, how can I do this?
I know you can use Advanced filtering to paste in 2 different student IDs, but how can I look up a whole list?
Going through the filter and manually selecting each student individually is not an option as sometimes we may want to look up a list of 100s of students.
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
I created some data:
Would you consider grouping each student, tagging each student and placing them in the corresponding group, and using this group as a slicer to display the set of students by selecting the corresponding tag.
Here are the steps you can follow:
1. We can create a calculated column, customize the rules of the group.
Group =
SWITCH(
TRUE(),
'Table'[Value]>=1&&'Table'[Value]<=5,"Test1",
'Table'[Value]>=6&&'Table'[Value]<=8,"Test2",
'Table'[Value]>=9&&'Table'[Value]<=10,"Test3","Test4")
2. Result:
If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
I created some data:
Would you consider grouping each student, tagging each student and placing them in the corresponding group, and using this group as a slicer to display the set of students by selecting the corresponding tag.
Here are the steps you can follow:
1. We can create a calculated column, customize the rules of the group.
Group =
SWITCH(
TRUE(),
'Table'[Value]>=1&&'Table'[Value]<=5,"Test1",
'Table'[Value]>=6&&'Table'[Value]<=8,"Test2",
'Table'[Value]>=9&&'Table'[Value]<=10,"Test3","Test4")
2. Result:
If it doesn't meet your desired outcome, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous
The requirement is not clear.
Are you suing filter pane or you using slicer?
In Filter pane and slicer, Search box is available and you can search student ID and select multiple student.
Please share more details with screenshot
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Proud to be a Super User! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |