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! Learn more
Hey guys,
I have a dataset where multiple names can be assigned to an attribute. Those names are seperated by ";".
The goal is to create a filter where you can select "john" and it will show all data where "John" was in that cell, whether he was alone or with others.
Example of data:
| John |
| John;Peter |
| Peter |
| Melissa |
| Peter;Melissa |
| Tom |
| John |
| Tom;Melissa |
Any suggestions on how to do this? I'm thinking of a lookuptable but any solution is welcome. I'm sure that I'm not the first person to run into this problem! 🙂
Thanks!
Solved! Go to Solution.
Check this out. PBIX
Main Steps:
1. Duplicate the Column and Rename it
2. Split the Column by Delimiter
3. Advance option "Split into Rows"
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Check this out. PBIX
Main Steps:
1. Duplicate the Column and Rename it
2. Split the Column by Delimiter
3. Advance option "Split into Rows"
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Thanks. This is very helpful!
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.