This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
I have some use case and think if it is implementable inside Power BI with DAX?
Each job title has specific minimum competence requirements for each level (1-low level; 2-medium leve; 3-high level)
Then each person is evaluated for each competence by his manager.
The algorithm has to automatically calculate job title level which to assign to each employee.
For example, John job title result "Developer 2", because he does not have sufficient "Planning" skills for Developer 3. Because he does not meet the all of the minimum requirements, the highest job title he can get is "Developer 2".
There can be different requirements for different job titles, e.g. Developer vs. Salesman.
Hi, @froxas ;
I think it's possible, but what about your table structure? Are there two tables in the picture or one table? Can you share more information?
It makes it easier to give you a solution.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Firstly, unpivot your job tilte table
then create a dimension table of job levels and add sorted index
then create a measure to get the maximum level of which all competence requirements are less than the employee's artributes.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |