Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
8 | |
8 | |
7 |
User | Count |
---|---|
14 | |
12 | |
11 | |
10 | |
9 |