I have a requirement where I have a table like this,
Role Skills
Developer C
Developer SQL
Developer C++
Data Analyst R
Data Analyst Python
Data Analyst SQL
Business Analyst Excel
Business Analyst SQL
And I need to create something like this in Power BI,
Explaining the first result for a Business Analyst in Power BI Visual Table,
- From Filter 1 - I have selected Data Analyst - whose actual skills are R, Python and SQL
- From Filter 2 - I have selected a new skill (Upskill) as Excel.
So now, he has 4 skills.
So For Business Analyst - Row 1 in Visual Table %Skills without upskilling - Only SQL from Data Analyst skill matches with Business Analyst skills, so its 50% before upskilling.
But after upskilling with excel it becomes 100% of the Business Analyst skills.
He has 4 skills after upskilling, but 2 of them (R and Python), he won't be using in Business Analyst Role.That is shown in the last column of the table.
The Idea is I am trying to show - How much percentage the skillsets of the selected role is matching with another role.
How much percentage the skillsets of selected role is matching with another role after upskilling.
Happy enough to create new tables based on this and re-shape the data however required.