Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
This attached skills screen shot is a data I got from scrapping a Job website. I want to count the skills individually like this and have them splitted. I have done this before in python with tokenisation, However, i am can't replicate the same with DAX. I am still learning DAX i will appreciate if anyone can help me with it.
I will prefer the answer to be like this:
Solved! Go to Solution.
Hi. You can do it in two ways, but only one is dynamic.
1. Creating a measure for each Skill counting values when CONTAINSSTRING matches the skill. (non dynamic)
2. Go to Power Query editor and transform the table. You need to Split the skill column into rows. (be aware that this will duplicate the rows for each skill). Pay attention if you are using this table for something else to build a copy or do it in the original one. Once you have that it would be an easy visual to build. Just drag the skills column and count. More details here: https://sfmagazine.com/post-entry/november-2017-excel-split-delimited-data-into-new-rows/
I hope that helps,
Happy to help!
Hi. You can do it in two ways, but only one is dynamic.
1. Creating a measure for each Skill counting values when CONTAINSSTRING matches the skill. (non dynamic)
2. Go to Power Query editor and transform the table. You need to Split the skill column into rows. (be aware that this will duplicate the rows for each skill). Pay attention if you are using this table for something else to build a copy or do it in the original one. Once you have that it would be an easy visual to build. Just drag the skills column and count. More details here: https://sfmagazine.com/post-entry/november-2017-excel-split-delimited-data-into-new-rows/
I hope that helps,
Happy to help!
@Musili_Adebayo You can split the column on the / charater in Power Query Editor and then unpivot the resulting columns.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
38 | |
26 | |
23 | |
19 | |
17 |
User | Count |
---|---|
49 | |
40 | |
24 | |
20 | |
20 |