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
Hi am looking to to create a calculated column and measure looking at the amount of times a name appears and then get a count.
i.e. "derek" but the area i am struggling with is where multiple names occour in one cell i.e. " Josh Greg Jamie Susan" is there anyway to have a dax formual look into a colunm and pick out each individual occourance and count it?
Solved! Go to Solution.
@Jayfemi wrote:
Hi am looking to to create a calculated column and measure looking at the amount of times a name appears and then get a count.
i.e. "derek" but the area i am struggling with is where multiple names occour in one cell i.e. " Josh Greg Jamie Susan" is there anyway to have a dax formual look into a colunm and pick out each individual occourance and count it?
Not in DAX, but in Power Query, you shall re-model your data by split and unpivot.
@Jayfemi wrote:
Hi am looking to to create a calculated column and measure looking at the amount of times a name appears and then get a count.
i.e. "derek" but the area i am struggling with is where multiple names occour in one cell i.e. " Josh Greg Jamie Susan" is there anyway to have a dax formual look into a colunm and pick out each individual occourance and count it?
Not in DAX, but in Power Query, you shall re-model your data by split and unpivot.
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.