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.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
104 | |
77 | |
72 | |
48 | |
47 |
User | Count |
---|---|
160 | |
85 | |
80 | |
68 | |
66 |