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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Capability profile matrix heatmap

Hi,

 

I want to create capability profile matrix on which I could compare employee skills with requirements for some job position.

I manually created table with three columns (skill id, discipline id, and rating)  which is equivalent to below table.

Capture.PNG

There are two disciplines, under each there are several skills.

Employee to meet this position requirements (above table) should be rated in the same way (1 for L, 1 for TB, 2 for M, etc.)

I want to compare profile table with employee ratings and conditionally change the color of boxes which are meeting position requirement.

 

I want to create matrix which will be looking like this 

Capture.PNG

Red skills are this for which employye rating is the same.

 

I am wondering how to compare table with profile and this with employee rated skills,

 

Kind regards

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous,

I think it is possible through customize and measure formula, but it requires some tricks on calculation measure formula coding and conditioner color formula measure fields.

Can you please share some dummy data with a similar data structure to test and coding formula? 

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Hi @Anonymous ,

thank you for your message.

 

These are my tables:

 

Assessment

IDEMP_IDSKILL_IDRATE
1113
2132

 

Employee:

IDEMP_NAMEEMP_ROLE
1Kamil KowalskiJunior Specialist
2Anna NowakJunior Specialist

 

Skills:

IDSKILL_NAMESKILL_CATEGORY
1PythonProgramming
2SQLProgramming

 

And manualy created table with profiles:

IDPOSITIONSKILL_IDRATE
1113
2131

 

Tables are connected in snowflake schema with assessment table in center.

 

Kind regards

Anonymous
Not applicable

HI @Anonymous,

I'd like to suggest you create a calculated table to extract and merge all skill category and employee roles, then you can and add a new column to configure the main category of these values.

After these steps, you can use employee id on two, new table main categories and detail value(employee role, skill type) as column write a measure to use current value(employee id and skill category) to lookup and summarize correspond rate value.

Regards,

Xiaoxin Sheng

Greg_Deckler
Super User
Super User

Conditional formatting?

 

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Yes, but how to compare these two tables, with profile and employee ratings and show it as matrix

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.