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.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
246 | |
55 | |
50 | |
45 | |
43 |
User | Count |
---|---|
287 | |
211 | |
82 | |
77 | |
72 |