Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
froxas
Helper II
Helper II

implement algorithm with DAX

I have some use case and think if it is implementable inside Power BI with DAX?

 

froxas_1-1643230540702.png

 

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.

2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

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.

wdx223_Daniel
Super User
Super User

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. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.