Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am doing some training and learning in my PBI skills and I am stuck in this next step where I am trying to create a filter for a sequence of names.
Here is how the column looks like:
| Appearance |
| Owen, Tia, Stu, Matt, Arthur, Andy, James, David, ODY, Shane, Sid |
| Owen, Stu, Matt, Arthurt, Andy, James,Brendan, ODY, Shane |
| Owen, Stu, Matt, Arthurt, Andy, Brendan, ODY, Jody, Doug |
| Owen, Stu, Matt, Andy, James, Brendan, ODY, Shane, Jody, Doug |
| Owen, Matt, Arthur, Andy, James, Brendan, ODY, Shane, Jody, Doug |
| Owen, Stu, Matt, Arthur, Andy, Brendan, Shane, Doug, Brano, Jake |
| Owen, Stu, Matt, Andy, ODY, Shane, Doug, Will, Jake |
| Owen, Stu, Matt, Arthur, ODY, Shane, Doug, Will, Jake |
How can I create a filter where I can select for example all rows where James attended? I know to us it sounds easy logically but I am struggling to find a way to create a measure for this
Solved! Go to Solution.
@AmazingRandom , One is you can use text filter.
Second Split the column, using split by delimiter into rows and rhen you can filter.
Thrid is same but you split dimension not in table
Text Filter Slicer and how to search on Multiple columns: https://youtu.be/RbeZRJ3uAZE
Power Query Split Column , Split Column By Delimiter: https://youtu.be/FyO9Vmhcfag
Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
https://medium.com/@amitchandak/power-bi-search-text-parts-in-text-ad2f9783ffa2
@AmazingRandom
If your dataset is not complex then you can achieve this manually by the following method, else go by split column by delimeter method.
Manual effort:
1. Create a separate column for each name to search the text:
If this question comes from your entry-level tutorial, you can now save your time by dumping away. Either the person who prepares the tutorial doesn't know what DAX is for, or it's used for learners who have already quite a bit of knowledge of PBI.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
Hi @AmazingRandom ,
Did the users above help you? I agree with ThxAlot‘s solution.
If so, accept the reply as a solution. This will make it easier for the future people to find the answer quickly.
If not, please provide a more detailed description, preferably some virtual sample data, and the expected results.
Best Regards,
Stephen Tao
If this question comes from your entry-level tutorial, you can now save your time by dumping away. Either the person who prepares the tutorial doesn't know what DAX is for, or it's used for learners who have already quite a bit of knowledge of PBI.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
@AmazingRandom
If your dataset is not complex then you can achieve this manually by the following method, else go by split column by delimeter method.
Manual effort:
1. Create a separate column for each name to search the text:
@AmazingRandom , One is you can use text filter.
Second Split the column, using split by delimiter into rows and rhen you can filter.
Thrid is same but you split dimension not in table
Text Filter Slicer and how to search on Multiple columns: https://youtu.be/RbeZRJ3uAZE
Power Query Split Column , Split Column By Delimiter: https://youtu.be/FyO9Vmhcfag
Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
https://medium.com/@amitchandak/power-bi-search-text-parts-in-text-ad2f9783ffa2
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 39 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |